Package net.minecraft.world.entity.raid
Class Raids
java.lang.Object
net.minecraft.world.level.saveddata.SavedData
net.minecraft.world.entity.raid.Raids
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.saveddata.SavedData
SavedData.Factory<T extends SavedData> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ServerLevelprivate intprivate static final Stringprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanJoinRaid(Raider p_37966_, Raid p_37967_) createOrExtendRaid(ServerPlayer p_37964_, BlockPos p_338602_) static SavedData.Factory<Raids> factory(ServerLevel p_295840_) get(int p_37959_) static StringgetFileId(Holder<DimensionType> p_211597_) getNearbyRaid(BlockPos p_37971_, int p_37972_) private RaidgetOrCreateRaid(ServerLevel p_37961_, BlockPos p_37962_) private intstatic Raidsload(ServerLevel p_150236_, CompoundTag p_150237_) save(CompoundTag p_37976_, HolderLookup.Provider p_323890_) voidtick()
-
Field Details
-
RAID_FILE_ID
- See Also:
-
raidMap
-
level
-
nextAvailableID
private int nextAvailableID -
tick
private int tick
-
-
Constructor Details
-
Raids
-
-
Method Details