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 bdu$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 Lbdu$a;a:Laxy;
      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 Lbdu$a;b:Lel;
      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> Lbdu$a;<init>(Laxy;Lel;)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

    • method_15540

      public Text method_15540()
      Specified by:
      method_15540 in interface Nameable
      Mappings:
      Namespace Name Mixin selector
      official N_ Ladr;N_()Lij;
      intermediary method_15540 Lnet/minecraft/class_2611;method_15540()Lnet/minecraft/class_1982;
      named method_15540 Lnet/minecraft/text/Nameable;method_15540()Lnet/minecraft/text/Text;
    • hasCustomName

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

      @Nullable public Text method_15541()
      Specified by:
      method_15541 in interface Nameable
      Mappings:
      Namespace Name Mixin selector
      official e Ladr;e()Lij;
      intermediary method_15541 Lnet/minecraft/class_2611;method_15541()Lnet/minecraft/class_1982;
      named method_15541 Lnet/minecraft/text/Nameable;method_15541()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 Ladl;a(Laof;Laog;)Lapv;
      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 l Ladl;l()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;