public static class ISortedRenderable.TE extends java.lang.Object implements ISortedRenderable
ISortedRenderable wrapper for TileEntity.ISortedRenderable.TE| Constructor and Description |
|---|
TE(net.minecraft.tileentity.TileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPos() |
boolean |
inFrustrum(net.minecraft.client.renderer.culling.ICamera camera) |
boolean |
isPositionStillValid() |
void |
render(float partialTicks) |
public boolean inFrustrum(net.minecraft.client.renderer.culling.ICamera camera)
inFrustrum in interface ISortedRenderablepublic boolean isPositionStillValid()
isPositionStillValid in interface ISortedRenderablepublic net.minecraft.util.math.BlockPos getPos()
getPos in interface ISortedRenderablepublic void render(float partialTicks)
render in interface ISortedRenderable