Interface WorldAccessor
public interface WorldAccessor
-
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.world.chunk.BlockEntityTickInvoker>net.minecraft.world.entity.EntityLookup<net.minecraft.entity.Entity>
-
Method Details
-
getBlockEntityTickers
List<net.minecraft.world.chunk.BlockEntityTickInvoker> getBlockEntityTickers() -
getEntityLookup
net.minecraft.world.entity.EntityLookup<net.minecraft.entity.Entity> getEntityLookup()
-