Package net.minecraft.block
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 afy$aintermediary net/minecraft/class_180$class_181named net/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ClientDummyScreenHandlerProvider(World world, BlockPos pos) -
Method Summary
Modifier and Type Method Description ScreenHandlercreateScreenHandler(PlayerInventory inventory, PlayerEntity player)StringgetId()TextgetName()StringgetTranslationKey()booleanhasCustomName()
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLafy$a;a:Ladm;intermediary field_844Lnet/minecraft/class_180$class_181;field_844:Lnet/minecraft/class_99;named worldLnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;world:Lnet/minecraft/world/World;
-
pos
- Mappings:
Namespace Name Mixin selector official bLafy$a;b:Lcj;intermediary field_845Lnet/minecraft/class_180$class_181;field_845:Lnet/minecraft/class_1372;named posLnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
ClientDummyScreenHandlerProvider
- Mappings:
Namespace Name Mixin selector official <init>Lafy$a;<init>(Ladm;Lcj;)Vintermediary <init>Lnet/minecraft/class_180$class_181;<init>(Lnet/minecraft/class_99;Lnet/minecraft/class_1372;)Vnamed <init>Lnet/minecraft/block/CraftingTableBlock$ClientDummyScreenHandlerProvider;<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceNameable- Mappings:
Namespace Name Mixin selector official e_Lop;e_()Ljava/lang/String;intermediary method_6261Lnet/minecraft/class_1726;method_6261()Ljava/lang/String;named getTranslationKeyLnet/minecraft/text/Nameable;getTranslationKey()Ljava/lang/String;
-
hasCustomName
public boolean hasCustomName()- Specified by:
hasCustomNamein interfaceNameable- Mappings:
Namespace Name Mixin selector official l_Lop;l_()Zintermediary method_6770Lnet/minecraft/class_1726;method_6770()Znamed hasCustomNameLnet/minecraft/text/Nameable;hasCustomName()Z
-
getName
-
createScreenHandler
- Specified by:
createScreenHandlerin interfaceNamedScreenHandlerFactory- Mappings:
Namespace Name Mixin selector official aLol;a(Lwm;Lwn;)Lxi;intermediary method_6761Lnet/minecraft/class_1723;method_6761(Lnet/minecraft/class_1962;Lnet/minecraft/class_1963;)Lnet/minecraft/class_1983;named createScreenHandlerLnet/minecraft/screen/NamedScreenHandlerFactory;createScreenHandler(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/screen/ScreenHandler;
-
getId
- Specified by:
getIdin interfaceNamedScreenHandlerFactory- Mappings:
Namespace Name Mixin selector official kLol;k()Ljava/lang/String;intermediary method_6762Lnet/minecraft/class_1723;method_6762()Ljava/lang/String;named getIdLnet/minecraft/screen/NamedScreenHandlerFactory;getId()Ljava/lang/String;
-