Package net.minecraft.block.entity
Interface LockableScreenHandlerFactory
- All Superinterfaces:
Inventory,Nameable,NamedScreenHandlerFactory
- All Known Implementing Classes:
BeaconBlockEntity,BrewingStandBlockEntity,ChestBlockEntity,ChestMinecartEntity,class_2737,class_3746,ClientNetworkSyncedInventory,DispenserBlockEntity,DoubleInventory,DropperBlockEntity,FurnaceBlockEntity,HopperBlockEntity,HopperMinecartEntity,LockableContainerBlockEntity,ShulkerBoxBlockEntity,StorageMinecartEntity
- Mappings:
Namespace Name official adqintermediary net/minecraft/class_2610named net/minecraft/block/entity/LockableScreenHandlerFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetLock()booleanhasLock()voidsetLock(ScreenHandlerLock lock) Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUseInv, clear, getHeight, getInvMaxStackAmount, getInvSize, getInvStack, getProperties, getProperty, isEmpty, isValidInvStack, markDirty, method_11260, onInvClose, onInvOpen, removeInvStack, setInvStack, setProperty, takeInvStackMethods inherited from interface net.minecraft.text.Nameable
hasCustomName, method_15540, method_15541, method_6344Methods inherited from interface net.minecraft.screen.NamedScreenHandlerFactory
createScreenHandler, getId
-
Method Details
-
hasLock
boolean hasLock()- Mappings:
Namespace Name Mixin selector official V_Ladq;V_()Zintermediary method_10913Lnet/minecraft/class_2610;method_10913()Znamed hasLockLnet/minecraft/block/entity/LockableScreenHandlerFactory;hasLock()Z
-
setLock
- Mappings:
Namespace Name Mixin selector official aLadq;a(Ladp;)Vintermediary method_10911Lnet/minecraft/class_2610;method_10911(Lnet/minecraft/class_2609;)Vnamed setLockLnet/minecraft/block/entity/LockableScreenHandlerFactory;setLock(Lnet/minecraft/inventory/ScreenHandlerLock;)V
-
getLock
ScreenHandlerLock getLock()- Mappings:
Namespace Name Mixin selector official jLadq;j()Ladp;intermediary method_10912Lnet/minecraft/class_2610;method_10912()Lnet/minecraft/class_2609;named getLockLnet/minecraft/block/entity/LockableScreenHandlerFactory;getLock()Lnet/minecraft/inventory/ScreenHandlerLock;
-