Uses of Class
net.minecraft.client.render.item.KeyedItemRenderState
Packages that use KeyedItemRenderState
-
Uses of KeyedItemRenderState in net.minecraft.client.gui.render
Methods in net.minecraft.client.gui.render with parameters of type KeyedItemRenderStateModifier and TypeMethodDescriptionprivate void
GuiRenderer.prepareItemInitially
(KeyedItemRenderState state, MatrixStack matrices, int x, int y, int scale) -
Uses of KeyedItemRenderState in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as KeyedItemRenderStateModifier and TypeFieldDescriptionprivate final KeyedItemRenderState
ItemGuiElementRenderState.state
Methods in net.minecraft.client.gui.render.state that return KeyedItemRenderStateConstructors in net.minecraft.client.gui.render.state with parameters of type KeyedItemRenderStateModifierConstructorDescriptionItemGuiElementRenderState
(String name, Matrix3x2f pose, KeyedItemRenderState state, int x, int y, @Nullable ScreenRect scissor)