Package net.minecraft.screen
Class PlayerScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.AbstractRecipeScreenHandler<CraftingInventory>
net.minecraft.screen.PlayerScreenHandler
public class PlayerScreenHandler extends AbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name official bkp
intermediary net/minecraft/class_1723
named net/minecraft/screen/PlayerScreenHandler
-
Field Summary
Fields Modifier and Type Field Description static Identifier
BLOCK_ATLAS_TEXTURE
private CraftingInventory
craftingInput
private CraftingResultInventory
craftingResult
private static Identifier[]
EMPTY_ARMOR_SLOT_TEXTURES
static Identifier
EMPTY_BOOTS_SLOT_TEXTURE
static Identifier
EMPTY_CHESTPLATE_SLOT_TEXTURE
static Identifier
EMPTY_HELMET_SLOT_TEXTURE
static Identifier
EMPTY_LEGGINGS_SLOT_TEXTURE
static Identifier
EMPTY_OFFHAND_ARMOR_SLOT
private static EquipmentSlot[]
EQUIPMENT_SLOT_ORDER
boolean
onServer
private PlayerEntity
owner
Fields inherited from class net.minecraft.screen.ScreenHandler
slots, syncId
-
Constructor Summary
Constructors Constructor Description PlayerScreenHandler(PlayerInventory inventory, boolean onServer, PlayerEntity owner)
-
Method Summary
Modifier and Type Method Description boolean
canInsertIntoSlot(ItemStack stack, Slot slot)
boolean
canUse(PlayerEntity player)
void
clearCraftingSlots()
void
close(PlayerEntity player)
RecipeBookCategory
getCategory()
int
getCraftingHeight()
int
getCraftingResultSlotIndex()
int
getCraftingSlotCount()
int
getCraftingWidth()
boolean
matches(Recipe<? super CraftingInventory> recipe)
CraftingInventory
method_29281()
boolean
method_32339(int int2)
void
onContentChanged(Inventory inventory)
void
populateRecipeFinder(RecipeFinder finder)
ItemStack
transferSlot(PlayerEntity player, int index)
Methods inherited from class net.minecraft.screen.AbstractRecipeScreenHandler
fillInputSlots
Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, dropInventory, endQuickCraft, getNextActionId, getSlot, getStacks, getType, insertItem, isNotRestricted, onButtonClick, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setPlayerRestriction, setProperty, setStackInSlot, shouldQuickCraftContinue, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks
-
Field Details
-
BLOCK_ATLAS_TEXTURE
- Mappings:
Namespace Name Mixin selector official c
Lbkp;c:Lwb;
intermediary field_21668
Lnet/minecraft/class_1723;field_21668:Lnet/minecraft/class_2960;
named BLOCK_ATLAS_TEXTURE
Lnet/minecraft/screen/PlayerScreenHandler;BLOCK_ATLAS_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_HELMET_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector official d
Lbkp;d:Lwb;
intermediary field_21669
Lnet/minecraft/class_1723;field_21669:Lnet/minecraft/class_2960;
named EMPTY_HELMET_SLOT_TEXTURE
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_HELMET_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_CHESTPLATE_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector official e
Lbkp;e:Lwb;
intermediary field_21670
Lnet/minecraft/class_1723;field_21670:Lnet/minecraft/class_2960;
named EMPTY_CHESTPLATE_SLOT_TEXTURE
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_CHESTPLATE_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_LEGGINGS_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector official f
Lbkp;f:Lwb;
intermediary field_21671
Lnet/minecraft/class_1723;field_21671:Lnet/minecraft/class_2960;
named EMPTY_LEGGINGS_SLOT_TEXTURE
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_LEGGINGS_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_BOOTS_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector official g
Lbkp;g:Lwb;
intermediary field_21672
Lnet/minecraft/class_1723;field_21672:Lnet/minecraft/class_2960;
named EMPTY_BOOTS_SLOT_TEXTURE
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_BOOTS_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_OFFHAND_ARMOR_SLOT
- Mappings:
Namespace Name Mixin selector official h
Lbkp;h:Lwb;
intermediary field_21673
Lnet/minecraft/class_1723;field_21673:Lnet/minecraft/class_2960;
named EMPTY_OFFHAND_ARMOR_SLOT
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_OFFHAND_ARMOR_SLOT:Lnet/minecraft/util/Identifier;
-
EMPTY_ARMOR_SLOT_TEXTURES
- Mappings:
Namespace Name Mixin selector official j
Lbkp;j:[Lwb;
intermediary field_7829
Lnet/minecraft/class_1723;field_7829:[Lnet/minecraft/class_2960;
named EMPTY_ARMOR_SLOT_TEXTURES
Lnet/minecraft/screen/PlayerScreenHandler;EMPTY_ARMOR_SLOT_TEXTURES:[Lnet/minecraft/util/Identifier;
-
EQUIPMENT_SLOT_ORDER
- Mappings:
Namespace Name Mixin selector official k
Lbkp;k:[Lara;
intermediary field_7832
Lnet/minecraft/class_1723;field_7832:[Lnet/minecraft/class_1304;
named EQUIPMENT_SLOT_ORDER
Lnet/minecraft/screen/PlayerScreenHandler;EQUIPMENT_SLOT_ORDER:[Lnet/minecraft/entity/EquipmentSlot;
-
craftingInput
- Mappings:
Namespace Name Mixin selector official l
Lbkp;l:Lbke;
intermediary field_7831
Lnet/minecraft/class_1723;field_7831:Lnet/minecraft/class_1715;
named craftingInput
Lnet/minecraft/screen/PlayerScreenHandler;craftingInput:Lnet/minecraft/inventory/CraftingInventory;
-
craftingResult
- Mappings:
Namespace Name Mixin selector official m
Lbkp;m:Lblc;
intermediary field_7830
Lnet/minecraft/class_1723;field_7830:Lnet/minecraft/class_1731;
named craftingResult
Lnet/minecraft/screen/PlayerScreenHandler;craftingResult:Lnet/minecraft/inventory/CraftingResultInventory;
-
onServer
public final boolean onServer- Mappings:
Namespace Name Mixin selector official i
Lbkp;i:Z
intermediary field_7827
Lnet/minecraft/class_1723;field_7827:Z
named onServer
Lnet/minecraft/screen/PlayerScreenHandler;onServer:Z
-
owner
- Mappings:
Namespace Name Mixin selector official n
Lbkp;n:Lbhl;
intermediary field_7828
Lnet/minecraft/class_1723;field_7828:Lnet/minecraft/class_1657;
named owner
Lnet/minecraft/screen/PlayerScreenHandler;owner:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
PlayerScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>
Lbkp;<init>(Lbhk;ZLbhl;)V
intermediary <init>
Lnet/minecraft/class_1723;<init>(Lnet/minecraft/class_1661;ZLnet/minecraft/class_1657;)V
named <init>
Lnet/minecraft/screen/PlayerScreenHandler;<init>(Lnet/minecraft/entity/player/PlayerInventory;ZLnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
populateRecipeFinder
- Specified by:
populateRecipeFinder
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lbhn;)V
intermediary method_7654
Lnet/minecraft/class_1729;method_7654(Lnet/minecraft/class_1662;)V
named populateRecipeFinder
Lnet/minecraft/screen/AbstractRecipeScreenHandler;populateRecipeFinder(Lnet/minecraft/recipe/RecipeFinder;)V
-
clearCraftingSlots
public void clearCraftingSlots()- Specified by:
clearCraftingSlots
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official e
Lbkz;e()V
intermediary method_7657
Lnet/minecraft/class_1729;method_7657()V
named clearCraftingSlots
Lnet/minecraft/screen/AbstractRecipeScreenHandler;clearCraftingSlots()V
-
matches
- Specified by:
matches
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lbqn;)Z
intermediary method_7652
Lnet/minecraft/class_1729;method_7652(Lnet/minecraft/class_1860;)Z
named matches
Lnet/minecraft/screen/AbstractRecipeScreenHandler;matches(Lnet/minecraft/recipe/Recipe;)Z
-
onContentChanged
- Overrides:
onContentChanged
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lapj;)V
intermediary method_7609
Lnet/minecraft/class_1703;method_7609(Lnet/minecraft/class_1263;)V
named onContentChanged
Lnet/minecraft/screen/ScreenHandler;onContentChanged(Lnet/minecraft/inventory/Inventory;)V
-
close
- Overrides:
close
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official b
Lbjr;b(Lbhl;)V
intermediary method_7595
Lnet/minecraft/class_1703;method_7595(Lnet/minecraft/class_1657;)V
named close
Lnet/minecraft/screen/ScreenHandler;close(Lnet/minecraft/entity/player/PlayerEntity;)V
-
canUse
- Specified by:
canUse
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lbhl;)Z
intermediary method_7597
Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
named canUse
Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
transferSlot
- Overrides:
transferSlot
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official b
Lbjr;b(Lbhl;I)Lbnv;
intermediary method_7601
Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
named transferSlot
Lnet/minecraft/screen/ScreenHandler;transferSlot(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-
canInsertIntoSlot
- Overrides:
canInsertIntoSlot
in classScreenHandler
- Mappings:
Namespace Name Mixin selector official a
Lbjr;a(Lbnv;Lblh;)Z
intermediary method_7613
Lnet/minecraft/class_1703;method_7613(Lnet/minecraft/class_1799;Lnet/minecraft/class_1735;)Z
named canInsertIntoSlot
Lnet/minecraft/screen/ScreenHandler;canInsertIntoSlot(Lnet/minecraft/item/ItemStack;Lnet/minecraft/screen/slot/Slot;)Z
-
getCraftingResultSlotIndex
public int getCraftingResultSlotIndex()- Specified by:
getCraftingResultSlotIndex
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official f
Lbkz;f()I
intermediary method_7655
Lnet/minecraft/class_1729;method_7655()I
named getCraftingResultSlotIndex
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingResultSlotIndex()I
-
getCraftingWidth
public int getCraftingWidth()- Specified by:
getCraftingWidth
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official g
Lbkz;g()I
intermediary method_7653
Lnet/minecraft/class_1729;method_7653()I
named getCraftingWidth
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingWidth()I
-
getCraftingHeight
public int getCraftingHeight()- Specified by:
getCraftingHeight
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official h
Lbkz;h()I
intermediary method_7656
Lnet/minecraft/class_1729;method_7656()I
named getCraftingHeight
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingHeight()I
-
getCraftingSlotCount
public int getCraftingSlotCount()- Specified by:
getCraftingSlotCount
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official i
Lbkz;i()I
intermediary method_7658
Lnet/minecraft/class_1729;method_7658()I
named getCraftingSlotCount
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCraftingSlotCount()I
-
method_29281
- Mappings:
Namespace Name Mixin selector official j
Lbkp;j()Lbke;
intermediary method_29281
Lnet/minecraft/class_1723;method_29281()Lnet/minecraft/class_1715;
named method_29281
Lnet/minecraft/screen/PlayerScreenHandler;method_29281()Lnet/minecraft/inventory/CraftingInventory;
-
getCategory
- Specified by:
getCategory
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official m
Lbkz;m()Lbla;
intermediary method_30264
Lnet/minecraft/class_1729;method_30264()Lnet/minecraft/class_5421;
named getCategory
Lnet/minecraft/screen/AbstractRecipeScreenHandler;getCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;
-
method_32339
public boolean method_32339(int int2)- Specified by:
method_32339
in classAbstractRecipeScreenHandler<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official d
Lbkz;d(I)Z
intermediary method_32339
Lnet/minecraft/class_1729;method_32339(I)Z
named method_32339
Lnet/minecraft/screen/AbstractRecipeScreenHandler;method_32339(I)Z
-