Class CrafterScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement, MenuAccess<CrafterMenu>

public class CrafterScreen extends AbstractContainerScreen<CrafterMenu>
  • Field Details

    • DISABLED_SLOT_LOCATION_SPRITE

      private static final ResourceLocation DISABLED_SLOT_LOCATION_SPRITE
    • POWERED_REDSTONE_LOCATION_SPRITE

      private static final ResourceLocation POWERED_REDSTONE_LOCATION_SPRITE
    • UNPOWERED_REDSTONE_LOCATION_SPRITE

      private static final ResourceLocation UNPOWERED_REDSTONE_LOCATION_SPRITE
    • CONTAINER_LOCATION

      private static final ResourceLocation CONTAINER_LOCATION
    • DISABLED_SLOT_TOOLTIP

      private static final Component DISABLED_SLOT_TOOLTIP
    • player

      private final Player player
  • Constructor Details

  • Method Details