net.minecraft.src.forge
Interface IMultipassRender
public interface IMultipassRender
This interface is to be implemented by a Block class. Allows a block
type to perform rendering in both render passes, in case some parts of the
block are solid and others are transparent.
Method Summary |
boolean |
canRenderInPass(int n)
Returns true when the block has things to render in this render
pass. |
canRenderInPass
boolean canRenderInPass(int n)
- Returns true when the block has things to render in this render
pass.