Package net.minecraft.block
Interface InventoryProvider
- All Known Implementing Classes:
ComposterBlock
public interface InventoryProvider
- Mappings:
Namespace Name official bhi
intermediary net/minecraft/class_3954
named net/minecraft/block/InventoryProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetInventory
(BlockState state, WorldAccess world, BlockPos pos)
-
Method Details
-
getInventory
- Mappings:
Namespace Name Mixin selector official a
Lbhi;a(Ldfj;Lcpw;Lgw;)Lbhh;
intermediary method_17680
Lnet/minecraft/class_3954;method_17680(Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;)Lnet/minecraft/class_1278;
named getInventory
Lnet/minecraft/block/InventoryProvider;getInventory(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/inventory/SidedInventory;
-