|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Material | |
---|---|
net.morbz.minecraft.blocks | |
net.morbz.minecraft.world |
Uses of Material in net.morbz.minecraft.blocks |
---|
Uses of Material in net.morbz.minecraft.world |
---|
Methods in net.morbz.minecraft.world that return Material | |
---|---|
Material |
DefaultLayers.getLayer(int y)
Get the material at the given Y-coordinate. |
Methods in net.morbz.minecraft.world with parameters of type Material | |
---|---|
void |
DefaultLayers.setLayer(int y,
Material material)
Sets the layer at the given Y-coordinate with the given material. |
void |
DefaultLayers.setLayers(int y1,
int y2,
Material material)
Sets the layers of the given range of Y-coordinates (including y1 and y2) with the given material. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |