Package net.minecraft.inventory
Class EnderChestInventory
java.lang.Object
net.minecraft.inventory.SimpleInventory
net.minecraft.inventory.EnderChestInventory
- Mappings:
Namespace Name official ajhintermediary net/minecraft/class_1023named net/minecraft/inventory/EnderChestInventory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlayerUseInv(PlayerEntity player) voidonInvClose(PlayerEntity player) voidonInvOpen(PlayerEntity player) voidreadNbtList(NbtList nbtList) voidsetCurrentBlockEntity(EnderChestBlockEntity enderChestBlockEntity) Methods inherited from class net.minecraft.inventory.SimpleInventory
addListener, clear, fillInventoryWith, getInvMaxStackAmount, getInvSize, getInvStack, getProperties, getProperty, getTranslationKey, hasCustomName, isValidInvStack, markDirty, method_6344, removeInvStack, removeListener, setInvStack, setName, setProperty, takeInvStack
-
Field Details
-
field_4145
- Mappings:
Namespace Name Mixin selector official aLajh;a:Lbda;intermediary field_4145Lnet/minecraft/class_1023;field_4145:Lnet/minecraft/class_220;named field_4145Lnet/minecraft/inventory/EnderChestInventory;field_4145:Lnet/minecraft/block/entity/EnderChestBlockEntity;
-
-
Constructor Details
-
EnderChestInventory
public EnderChestInventory()
-
-
Method Details
-
setCurrentBlockEntity
- Mappings:
Namespace Name Mixin selector official aLajh;a(Lbda;)Vintermediary method_3288Lnet/minecraft/class_1023;method_3288(Lnet/minecraft/class_220;)Vnamed setCurrentBlockEntityLnet/minecraft/inventory/EnderChestInventory;setCurrentBlockEntity(Lnet/minecraft/block/entity/EnderChestBlockEntity;)V
-
readNbtList
- Mappings:
Namespace Name Mixin selector official aLajh;a(Lfv;)Vintermediary method_3289Lnet/minecraft/class_1023;method_3289(Lnet/minecraft/class_474;)Vnamed readNbtListLnet/minecraft/inventory/EnderChestInventory;readNbtList(Lnet/minecraft/nbt/NbtList;)V
-
toNbtList
- Mappings:
Namespace Name Mixin selector official hLajh;h()Lfv;intermediary method_3290Lnet/minecraft/class_1023;method_3290()Lnet/minecraft/class_474;named toNbtListLnet/minecraft/inventory/EnderChestInventory;toNbtList()Lnet/minecraft/nbt/NbtList;
-
canPlayerUseInv
- Specified by:
canPlayerUseInvin interfaceInventory- Overrides:
canPlayerUseInvin classSimpleInventory- Mappings:
Namespace Name Mixin selector official aLvq;a(Lahd;)Zintermediary method_2384Lnet/minecraft/class_849;method_2384(Lnet/minecraft/class_988;)Znamed canPlayerUseInvLnet/minecraft/inventory/Inventory;canPlayerUseInv(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
onInvOpen
- Specified by:
onInvOpenin interfaceInventory- Overrides:
onInvOpenin classSimpleInventory- Mappings:
Namespace Name Mixin selector official bLvq;b(Lahd;)Vintermediary method_10894Lnet/minecraft/class_849;method_10894(Lnet/minecraft/class_988;)Vnamed onInvOpenLnet/minecraft/inventory/Inventory;onInvOpen(Lnet/minecraft/entity/player/PlayerEntity;)V
-
onInvClose
- Specified by:
onInvClosein interfaceInventory- Overrides:
onInvClosein classSimpleInventory- Mappings:
Namespace Name Mixin selector official cLvq;c(Lahd;)Vintermediary method_10895Lnet/minecraft/class_849;method_10895(Lnet/minecraft/class_988;)Vnamed onInvCloseLnet/minecraft/inventory/Inventory;onInvClose(Lnet/minecraft/entity/player/PlayerEntity;)V
-