Uses of Class
net.minecraft.world.server.ServerTickList
-
Packages that use ServerTickList Package Description net.minecraft.world.server -
-
Uses of ServerTickList in net.minecraft.world.server
Fields in net.minecraft.world.server declared as ServerTickList Modifier and Type Field Description private ServerTickList<Block>ServerWorld. blockTicksprivate ServerTickList<Fluid>ServerWorld. liquidTicksMethods in net.minecraft.world.server that return ServerTickList Modifier and Type Method Description ServerTickList<Block>ServerWorld. getBlockTicks()ServerTickList<Fluid>ServerWorld. getLiquidTicks()
-