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 SummaryNested classes/interfaces inherited from class net.minecraft.world.level.saveddata.SavedDataSavedData.Factory<T extends SavedData>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ServerLevelprivate intprivate static final Stringprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleancanJoinRaid(Raider p_37966_, Raid p_37967_) createOrExtendRaid(ServerPlayer p_37964_) static SavedData.Factory<Raids>factory(ServerLevel p_300199_) 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_) voidtick()
- 
Field Details- 
RAID_FILE_ID- See Also:
 
- 
raidMap
- 
level
- 
nextAvailableIDprivate int nextAvailableID
- 
tickprivate int tick
 
- 
- 
Constructor Details- 
Raids
 
- 
- 
Method Details