Uses of Class
net.minecraft.client.render.block.MovingBlockRenderState
Packages that use MovingBlockRenderState
-
Uses of MovingBlockRenderState in net.minecraft.client.render.command
Fields in net.minecraft.client.render.command declared as MovingBlockRenderStateModifier and TypeFieldDescriptionprivate final MovingBlockRenderStateOrderedRenderCommandQueueImpl.MovingBlockCommand.movingBlockRenderStateThe field for themovingBlockRenderStaterecord component.Methods in net.minecraft.client.render.command that return MovingBlockRenderStateModifier and TypeMethodDescriptionOrderedRenderCommandQueueImpl.MovingBlockCommand.movingBlockRenderState()Returns the value of themovingBlockRenderStaterecord component.Methods in net.minecraft.client.render.command with parameters of type MovingBlockRenderStateModifier and TypeMethodDescriptionvoidBatchingRenderCommandQueue.submitMovingBlock(MatrixStack matrices, MovingBlockRenderState state) voidOrderedRenderCommandQueueImpl.submitMovingBlock(MatrixStack matrices, MovingBlockRenderState state) voidRenderCommandQueue.submitMovingBlock(MatrixStack matrices, MovingBlockRenderState state) Constructors in net.minecraft.client.render.command with parameters of type MovingBlockRenderStateModifierConstructorDescriptionMovingBlockCommand(Matrix4f matrix4f, MovingBlockRenderState movingBlockRenderState) -
Uses of MovingBlockRenderState in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as MovingBlockRenderState