public interface EnvironmentHost
Modifier and Type | Method and Description |
---|---|
void |
markChanged()
Marks the container as "changed" so that it knows it has to be saved
again in the next world save.
|
net.minecraft.world.World |
world()
The world the container lives in.
|
double |
xPosition()
The container's X position in the world.
|
double |
yPosition()
The container's Y position in the world.
|
double |
zPosition()
The container's Z position in the world.
|
net.minecraft.world.World world()
double xPosition()
double yPosition()
double zPosition()
void markChanged()