Class CraftingTableBlock.ClientDummyScreenHandlerProvider

java.lang.Object
net.minecraft.block.CraftingTableBlock.ClientDummyScreenHandlerProvider
All Implemented Interfaces:
NamedScreenHandlerFactory, Nameable
Enclosing class:
CraftingTableBlock

public static class CraftingTableBlock.ClientDummyScreenHandlerProvider extends Object implements NamedScreenHandlerFactory
Mappings:
Namespace Name
official akm$a
intermediary net/minecraft/class_214$class_2179
named net/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider
  • Field Details

    • world

      private final World world
      Mappings:
      Namespace Name Mixin selector
      official a Lakm$a;a:Laht;
      intermediary field_9347 Lnet/minecraft/class_214$class_2179;field_9347:Lnet/minecraft/class_1150;
      named world Lnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;world:Lnet/minecraft/world/World;
    • pos

      private final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official b Lakm$a;b:Lcl;
      intermediary field_9348 Lnet/minecraft/class_214$class_2179;field_9348:Lnet/minecraft/class_2552;
      named pos Lnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;pos:Lnet/minecraft/util/math/BlockPos;
  • Constructor Details

    • ClientDummyScreenHandlerProvider

      public ClientDummyScreenHandlerProvider(World world, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lakm$a;<init>(Laht;Lcl;)V
      intermediary <init> Lnet/minecraft/class_214$class_2179;<init>(Lnet/minecraft/class_1150;Lnet/minecraft/class_2552;)V
      named <init> Lnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface Nameable
      Mappings:
      Namespace Name Mixin selector
      official h_ Lqt;h_()Ljava/lang/String;
      intermediary method_2518 Lnet/minecraft/class_2611;method_2518()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/text/Nameable;getTranslationKey()Ljava/lang/String;
    • hasCustomName

      public boolean hasCustomName()
      Specified by:
      hasCustomName in interface Nameable
      Mappings:
      Namespace Name Mixin selector
      official o_ Lqt;o_()Z
      intermediary method_5339 Lnet/minecraft/class_2611;method_5339()Z
      named hasCustomName Lnet/minecraft/text/Nameable;hasCustomName()Z
    • method_6344

      public Text method_6344()
      Specified by:
      method_6344 in interface Nameable
      Mappings:
      Namespace Name Mixin selector
      official i_ Lqt;i_()Lew;
      intermediary method_6344 Lnet/minecraft/class_2611;method_6344()Lnet/minecraft/class_1982;
      named method_6344 Lnet/minecraft/text/Nameable;method_6344()Lnet/minecraft/text/Text;
    • createScreenHandler

      public ScreenHandler createScreenHandler(PlayerInventory inventory, PlayerEntity player)
      Specified by:
      createScreenHandler in interface NamedScreenHandlerFactory
      Mappings:
      Namespace Name Mixin selector
      official a Lqn;a(Lzi;Lzj;)Laau;
      intermediary method_10905 Lnet/minecraft/class_2608;method_10905(Lnet/minecraft/class_987;Lnet/minecraft/class_988;)Lnet/minecraft/class_1002;
      named createScreenHandler Lnet/minecraft/screen/NamedScreenHandlerFactory;createScreenHandler(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/screen/ScreenHandler;
    • getId

      public String getId()
      Specified by:
      getId in interface NamedScreenHandlerFactory
      Mappings:
      Namespace Name Mixin selector
      official k Lqn;k()Ljava/lang/String;
      intermediary method_10906 Lnet/minecraft/class_2608;method_10906()Ljava/lang/String;
      named getId Lnet/minecraft/screen/NamedScreenHandlerFactory;getId()Ljava/lang/String;