BlockRenderLayerMapImpl

public class BlockRenderLayerMapImpl implements BlockRenderLayerMap

Functions

initialize
Link copied to clipboard
static void initialize(BiConsumer<Block, RenderLayer> blockHandlerIn, BiConsumer<Fluid, RenderLayer> fluidHandlerIn)
putBlock
Link copied to clipboard
void putBlock(Block block, RenderLayer renderLayer)
Map (or re-map) a block state with a render layer.
putBlocks
Link copied to clipboard
void putBlocks(RenderLayer renderLayer, Array<Block> blocks)
Map (or re-map) multiple block states with a render layer.
putFluid
Link copied to clipboard
void putFluid(Fluid fluid, RenderLayer renderLayer)
Map (or re-map) a fluid state with a render layer.
putFluids
Link copied to clipboard
void putFluids(RenderLayer renderLayer, Array<Fluid> fluids)
Map (or re-map) multiple fluid states with a render layer.
putItem
Link copied to clipboard
void putItem(Item item, RenderLayer renderLayer)
Map (or re-map) a item with a render layer.
putItems
Link copied to clipboard
void putItems(RenderLayer renderLayer, Array<Item> items)
Map (or re-map) multiple items with a render layer.

Properties

INSTANCE
Link copied to clipboard
public final static BlockRenderLayerMap INSTANCE

Sources

jvm source
Link copied to clipboard