Package net.minecraft.world.entity.raid
Class Raids
java.lang.Object
net.minecraft.world.level.saveddata.SavedData
net.minecraft.world.entity.raid.Raids
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ServerLevelprivate intprivate static Stringprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanJoinRaid(Raider p_37966_, Raid p_37967_)createOrExtendRaid(ServerPlayer p_37964_)get(int p_37959_)static StringgetFileId(DimensionType p_37969_)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:
- Constant Field Values
-
raidMap
-
level
-
nextAvailableID
private int nextAvailableID -
tick
private int tick
-
-
Constructor Details
-
Raids
-
-
Method Details