Uses of Class
net.minecraft.client.render.entity.state.FallingBlockEntityRenderState
Packages that use FallingBlockEntityRenderState
Package
Description
The base package for all Minecraft classes.
-
Uses of FallingBlockEntityRenderState in net.minecraft
Fields in net.minecraft declared as FallingBlockEntityRenderStateModifier and TypeFieldDescriptionprivate final FallingBlockEntityRenderStateclass_11661.class_11665.fallingBlockRenderStateThe field for thefallingBlockRenderStaterecord component.Methods in net.minecraft that return FallingBlockEntityRenderStateModifier and TypeMethodDescriptionclass_11661.class_11665.fallingBlockRenderState()Returns the value of thefallingBlockRenderStaterecord component.Methods in net.minecraft with parameters of type FallingBlockEntityRenderStateModifier and TypeMethodDescriptionvoidclass_11659.method_72930(MatrixStack matrixStack, FallingBlockEntityRenderState fallingBlockEntityRenderState) voidclass_11661.method_72930(MatrixStack matrixStack, FallingBlockEntityRenderState fallingBlockEntityRenderState) Constructors in net.minecraft with parameters of type FallingBlockEntityRenderStateModifierConstructorDescriptionclass_11665(Matrix4f matrix4f, FallingBlockEntityRenderState fallingBlockEntityRenderState) -
Uses of FallingBlockEntityRenderState in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return FallingBlockEntityRenderStateMethods in net.minecraft.client.render.entity with parameters of type FallingBlockEntityRenderStateModifier and TypeMethodDescriptionvoidFallingBlockEntityRenderer.render(FallingBlockEntityRenderState fallingBlockEntityRenderState, MatrixStack matrixStack, class_11659 class_11659) voidFallingBlockEntityRenderer.updateRenderState(FallingBlockEntity fallingBlockEntity, FallingBlockEntityRenderState fallingBlockEntityRenderState, float float2)