public interface IWorld
Modifier and Type | Method and Description |
---|---|
int |
exampleMethodToComputeLightValue(int x,
int y,
int z,
net.minecraft.world.EnumSkyBlock block)
Even more tenuous example
|
int |
getAmbientTickCountdown()
Stupid example
|
Object |
getBlock(int x,
int y,
int z)
Contrived example to deliberately create a name clash with World
|
int getAmbientTickCountdown()
int exampleMethodToComputeLightValue(int x, int y, int z, net.minecraft.world.EnumSkyBlock block)
x
- The x coordinatey
- The y coordinatez
- The z coordinateblock
- The SkyBlock valueObject getBlock(int x, int y, int z)
x
- The x coordinatey
- The y coordinatez
- The z coordinate