Package net.minecraft.inventory
Class EnderChestInventory
java.lang.Object
net.minecraft.inventory.SimpleInventory
net.minecraft.inventory.EnderChestInventory
- All Implemented Interfaces:
Inventory
,RecipeInputProvider
,Clearable
public class EnderChestInventory extends SimpleInventory
- Mappings:
Namespace Name official bky
intermediary net/minecraft/class_1730
named net/minecraft/inventory/EnderChestInventory
-
Field Summary
Fields Modifier and Type Field Description private EnderChestBlockEntity
activeBlockEntity
-
Constructor Summary
Constructors Constructor Description EnderChestInventory()
-
Method Summary
Modifier and Type Method Description boolean
canPlayerUse(PlayerEntity player)
ListTag
getTags()
boolean
method_31556(EnderChestBlockEntity enderChestBlockEntity)
void
onClose(PlayerEntity player)
void
onOpen(PlayerEntity player)
void
readTags(ListTag tags)
void
setActiveBlockEntity(EnderChestBlockEntity blockEntity)
Methods inherited from class net.minecraft.inventory.SimpleInventory
addListener, addStack, canInsert, clear, clearToList, getStack, isEmpty, markDirty, provideRecipeInputs, removeItem, removeListener, removeStack, removeStack, setStack, size, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.inventory.Inventory
containsAny, count, getMaxCountPerStack, isValid
-
Field Details
-
activeBlockEntity
- Mappings:
Namespace Name Mixin selector official a
Lbky;a:Lcgg;
intermediary field_7864
Lnet/minecraft/class_1730;field_7864:Lnet/minecraft/class_2611;
named activeBlockEntity
Lnet/minecraft/inventory/EnderChestInventory;activeBlockEntity:Lnet/minecraft/block/entity/EnderChestBlockEntity;
-
-
Constructor Details
-
EnderChestInventory
public EnderChestInventory()
-
-
Method Details
-
setActiveBlockEntity
- Mappings:
Namespace Name Mixin selector official a
Lbky;a(Lcgg;)V
intermediary method_7661
Lnet/minecraft/class_1730;method_7661(Lnet/minecraft/class_2611;)V
named setActiveBlockEntity
Lnet/minecraft/inventory/EnderChestInventory;setActiveBlockEntity(Lnet/minecraft/block/entity/EnderChestBlockEntity;)V
-
method_31556
- Mappings:
Namespace Name Mixin selector official b
Lbky;b(Lcgg;)Z
intermediary method_31556
Lnet/minecraft/class_1730;method_31556(Lnet/minecraft/class_2611;)Z
named method_31556
Lnet/minecraft/inventory/EnderChestInventory;method_31556(Lnet/minecraft/block/entity/EnderChestBlockEntity;)Z
-
readTags
- Overrides:
readTags
in classSimpleInventory
- Mappings:
Namespace Name Mixin selector official a
Lapv;a(Lmw;)V
intermediary method_7659
Lnet/minecraft/class_1277;method_7659(Lnet/minecraft/class_2499;)V
named readTags
Lnet/minecraft/inventory/SimpleInventory;readTags(Lnet/minecraft/nbt/ListTag;)V
-
getTags
- Overrides:
getTags
in classSimpleInventory
- Mappings:
Namespace Name Mixin selector official g
Lapv;g()Lmw;
intermediary method_7660
Lnet/minecraft/class_1277;method_7660()Lnet/minecraft/class_2499;
named getTags
Lnet/minecraft/inventory/SimpleInventory;getTags()Lnet/minecraft/nbt/ListTag;
-
canPlayerUse
- Specified by:
canPlayerUse
in interfaceInventory
- Overrides:
canPlayerUse
in classSimpleInventory
- Mappings:
Namespace Name Mixin selector official a
Lapj;a(Lbhl;)Z
intermediary method_5443
Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Z
named canPlayerUse
Lnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
onOpen
- Mappings:
Namespace Name Mixin selector official c_
Lapj;c_(Lbhl;)V
intermediary method_5435
Lnet/minecraft/class_1263;method_5435(Lnet/minecraft/class_1657;)V
named onOpen
Lnet/minecraft/inventory/Inventory;onOpen(Lnet/minecraft/entity/player/PlayerEntity;)V
-
onClose
- Mappings:
Namespace Name Mixin selector official b_
Lapj;b_(Lbhl;)V
intermediary method_5432
Lnet/minecraft/class_1263;method_5432(Lnet/minecraft/class_1657;)V
named onClose
Lnet/minecraft/inventory/Inventory;onClose(Lnet/minecraft/entity/player/PlayerEntity;)V
-