Uses of Enum Class
net.minecraft.client.render.BlockRenderLayer
Packages that use BlockRenderLayer
Package
Description
-
Uses of BlockRenderLayer in net.minecraft.block
Methods in net.minecraft.block that return BlockRenderLayerModifier and TypeMethodDescriptionAbstractFluidBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.AbstractRailBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.AbstractRedstoneGateBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.BeaconBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.BedBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.Block.getRenderLayerType()Returns the appropriate RenderLayer for a block.BrewingStandBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.CactusBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.CakeBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.ChorusFlowerBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.ChorusPlantBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.CobwebBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.CocoaBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.DoorBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.EndRodBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.FireBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.FlowerPotBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.GlassBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.GrassBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.HopperBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.IceBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.LadderBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.LeavesBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.MobSpawnerBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.NetherPortalBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.PaneBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.PlantBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.RedstoneWireBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.SlimeBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.StainedGlassBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.StainedGlassPaneBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.StairsBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.SugarCaneBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.TorchBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.TrapdoorBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.TripwireBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.TripwireHookBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block.VineBlock.getRenderLayerType()Returns the appropriate RenderLayer for a block. -
Uses of BlockRenderLayer in net.minecraft.client.render
Methods in net.minecraft.client.render that return BlockRenderLayerModifier and TypeMethodDescriptionstatic BlockRenderLayerReturns the enum constant of this class with the specified name.static BlockRenderLayer[]BlockRenderLayer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render with parameters of type BlockRenderLayerModifier and TypeMethodDescriptionRenderLayerBuffers.getBuffer(BlockRenderLayer renderLayer) private voidWorldRenderer.method_9893(BlockRenderLayer blockRenderLayer) intWorldRenderer.method_9894(BlockRenderLayer blockRenderLayer, double double2, int int2, Entity entity) -
Uses of BlockRenderLayer in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk with parameters of type BlockRenderLayerModifier and TypeMethodDescriptionChunkBuilder.method_12419(BlockRenderLayer blockRenderLayer, BufferBuilder bufferBuilder, BuiltChunk builtChunk, ChunkAssemblyHelper chunkAssemblyHelper, double double2) -
Uses of BlockRenderLayer in net.minecraft.client.render.world
Methods in net.minecraft.client.render.world with parameters of type BlockRenderLayerModifier and TypeMethodDescriptionintChunkRenderHelperImpl.method_10153(BlockRenderLayer blockRenderLayer, ChunkAssemblyHelper chunkAssemblyHelper) voidAbstractChunkRenderManager.method_9771(BuiltChunk helper, BlockRenderLayer layer) abstract voidAbstractChunkRenderManager.render(BlockRenderLayer layer) voidListedChunkRenderManager.render(BlockRenderLayer layer) -
Uses of BlockRenderLayer in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type BlockRenderLayer -
Uses of BlockRenderLayer in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type BlockRenderLayerModifier and TypeMethodDescriptionbooleanChunkAssemblyHelper.isUnused(BlockRenderLayer layer) booleanChunkAssemblyHelper.method_10149(BlockRenderLayer layer) private voidBuiltChunk.method_10157(BlockRenderLayer blockRenderLayer, float float2, float float3, float float4, BufferBuilder bufferBuilder, ChunkAssemblyHelper chunkAssemblyHelper) voidChunkAssemblyHelper.setUnused(BlockRenderLayer layer) protected voidChunkAssemblyHelper.setUsed(BlockRenderLayer layer)