Package net.createmod.catnip.gui.element
Class GuiGameElement
java.lang.Object
net.createmod.catnip.gui.element.GuiGameElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionof(dev.engine_room.flywheel.lib.model.baked.PartialModel partial) of(net.minecraft.world.item.ItemStack stack) of(net.minecraft.world.level.block.entity.BlockEntity blockEntity) of(net.minecraft.world.level.block.state.BlockState state) of(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.entity.BlockEntity blockEntity) of(net.minecraft.world.level.ItemLike itemProvider) of(net.minecraft.world.level.material.Fluid fluid)
-
Constructor Details
-
GuiGameElement
public GuiGameElement()
-
-
Method Details
-
of
-
of
-
of
public static GuiGameElement.GuiRenderBuilder of(net.minecraft.world.level.block.state.BlockState state) -
of
public static GuiGameElement.GuiRenderBuilder of(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.entity.BlockEntity blockEntity) -
of
public static GuiGameElement.GuiRenderBuilder of(net.minecraft.world.level.block.entity.BlockEntity blockEntity) -
of
-
of
public static GuiGameElement.GuiRenderBuilder of(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
-