Uses of Interface
net.minecraft.world.IEntityReader
-
Packages that use IEntityReader Package Description net.minecraft.client.world net.minecraft.world net.minecraft.world.gen net.minecraft.world.server -
-
Uses of IEntityReader in net.minecraft.client.world
Classes in net.minecraft.client.world that implement IEntityReader Modifier and Type Class Description class
ClientWorld
-
Uses of IEntityReader in net.minecraft.world
Subinterfaces of IEntityReader in net.minecraft.world Modifier and Type Interface Description interface
IBiomeReader
interface
ISeedReader
interface
IServerWorld
interface
IWorld
Classes in net.minecraft.world that implement IEntityReader Modifier and Type Class Description class
World
-
Uses of IEntityReader in net.minecraft.world.gen
Classes in net.minecraft.world.gen that implement IEntityReader Modifier and Type Class Description class
WorldGenRegion
-
Uses of IEntityReader in net.minecraft.world.server
Classes in net.minecraft.world.server that implement IEntityReader Modifier and Type Class Description class
ServerWorld
-