Class PlayerContainer
- java.lang.Object
-
- net.minecraft.inventory.container.Container
-
- net.minecraft.inventory.container.RecipeBookContainer<CraftingInventory>
-
- net.minecraft.inventory.container.PlayerContainer
-
public class PlayerContainer extends RecipeBookContainer<CraftingInventory>
-
-
Field Summary
Fields Modifier and Type Field Description boolean
active
static ResourceLocation
BLOCK_ATLAS
private CraftingInventory
craftSlots
static ResourceLocation
EMPTY_ARMOR_SLOT_BOOTS
static ResourceLocation
EMPTY_ARMOR_SLOT_CHESTPLATE
static ResourceLocation
EMPTY_ARMOR_SLOT_HELMET
static ResourceLocation
EMPTY_ARMOR_SLOT_LEGGINGS
static ResourceLocation
EMPTY_ARMOR_SLOT_SHIELD
private PlayerEntity
owner
private CraftResultInventory
resultSlots
private static EquipmentSlotType[]
SLOT_IDS
private static ResourceLocation[]
TEXTURE_EMPTY_SLOTS
-
Fields inherited from class net.minecraft.inventory.container.Container
containerId, slots
-
-
Constructor Summary
Constructors Constructor Description PlayerContainer(PlayerInventory p_i1819_1_, boolean p_i1819_2_, PlayerEntity p_i1819_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_)
void
clearCraftingContent()
void
fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_)
CraftingInventory
getCraftSlots()
int
getGridHeight()
int
getGridWidth()
RecipeBookCategory
getRecipeBookType()
int
getResultSlotIndex()
int
getSize()
ItemStack
quickMoveStack(PlayerEntity p_82846_1_, int p_82846_2_)
boolean
recipeMatches(IRecipe<? super CraftingInventory> p_201769_1_)
void
removed(PlayerEntity p_75134_1_)
void
slotsChanged(IInventory p_75130_1_)
boolean
stillValid(PlayerEntity p_75145_1_)
-
Methods inherited from class net.minecraft.inventory.container.RecipeBookContainer
getRecipeBookCategories, handlePlacement
-
Methods inherited from class net.minecraft.inventory.container.Container
addDataSlot, addDataSlots, addSlot, addSlotListener, backup, broadcastChanges, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, consideredTheSameItem, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getType, isSynched, isValidQuickcraftType, moveItemStackTo, removeSlotListener, resetQuickCraft, setAll, setData, setItem, setSynched, stillValid
-
-
-
-
Field Detail
-
BLOCK_ATLAS
public static final ResourceLocation BLOCK_ATLAS
-
EMPTY_ARMOR_SLOT_HELMET
public static final ResourceLocation EMPTY_ARMOR_SLOT_HELMET
-
EMPTY_ARMOR_SLOT_CHESTPLATE
public static final ResourceLocation EMPTY_ARMOR_SLOT_CHESTPLATE
-
EMPTY_ARMOR_SLOT_LEGGINGS
public static final ResourceLocation EMPTY_ARMOR_SLOT_LEGGINGS
-
EMPTY_ARMOR_SLOT_BOOTS
public static final ResourceLocation EMPTY_ARMOR_SLOT_BOOTS
-
EMPTY_ARMOR_SLOT_SHIELD
public static final ResourceLocation EMPTY_ARMOR_SLOT_SHIELD
-
TEXTURE_EMPTY_SLOTS
private static final ResourceLocation[] TEXTURE_EMPTY_SLOTS
-
SLOT_IDS
private static final EquipmentSlotType[] SLOT_IDS
-
craftSlots
private final CraftingInventory craftSlots
-
resultSlots
private final CraftResultInventory resultSlots
-
active
public final boolean active
-
owner
private final PlayerEntity owner
-
-
Constructor Detail
-
PlayerContainer
public PlayerContainer(PlayerInventory p_i1819_1_, boolean p_i1819_2_, PlayerEntity p_i1819_3_)
-
-
Method Detail
-
fillCraftSlotsStackedContents
public void fillCraftSlotsStackedContents(RecipeItemHelper p_201771_1_)
- Specified by:
fillCraftSlotsStackedContents
in classRecipeBookContainer<CraftingInventory>
-
clearCraftingContent
public void clearCraftingContent()
- Specified by:
clearCraftingContent
in classRecipeBookContainer<CraftingInventory>
-
recipeMatches
public boolean recipeMatches(IRecipe<? super CraftingInventory> p_201769_1_)
- Specified by:
recipeMatches
in classRecipeBookContainer<CraftingInventory>
-
slotsChanged
public void slotsChanged(IInventory p_75130_1_)
- Overrides:
slotsChanged
in classContainer
-
removed
public void removed(PlayerEntity p_75134_1_)
-
stillValid
public boolean stillValid(PlayerEntity p_75145_1_)
- Specified by:
stillValid
in classContainer
-
quickMoveStack
public ItemStack quickMoveStack(PlayerEntity p_82846_1_, int p_82846_2_)
- Overrides:
quickMoveStack
in classContainer
-
canTakeItemForPickAll
public boolean canTakeItemForPickAll(ItemStack p_94530_1_, Slot p_94530_2_)
- Overrides:
canTakeItemForPickAll
in classContainer
-
getResultSlotIndex
public int getResultSlotIndex()
- Specified by:
getResultSlotIndex
in classRecipeBookContainer<CraftingInventory>
-
getGridWidth
public int getGridWidth()
- Specified by:
getGridWidth
in classRecipeBookContainer<CraftingInventory>
-
getGridHeight
public int getGridHeight()
- Specified by:
getGridHeight
in classRecipeBookContainer<CraftingInventory>
-
getSize
public int getSize()
- Specified by:
getSize
in classRecipeBookContainer<CraftingInventory>
-
getCraftSlots
public CraftingInventory getCraftSlots()
-
getRecipeBookType
public RecipeBookCategory getRecipeBookType()
- Specified by:
getRecipeBookType
in classRecipeBookContainer<CraftingInventory>
-
-