Class ChestMountedStorageType
java.lang.Object
com.simibubi.create.api.contraption.storage.item.MountedItemStorageType<SimpleMountedStorage>
com.simibubi.create.api.contraption.storage.item.simple.SimpleMountedStorageType<ChestMountedStorage>
com.simibubi.create.api.contraption.storage.item.chest.ChestMountedStorageType
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.api.contraption.storage.item.simple.SimpleMountedStorageType
SimpleMountedStorageType.Impl -
Field Summary
Fields inherited from class com.simibubi.create.api.contraption.storage.item.MountedItemStorageType
codec, CODEC, holder, REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SimpleMountedStoragecreateStorage(net.neoforged.neoforge.items.IItemHandler handler) protected net.neoforged.neoforge.items.IItemHandlergetHandler(net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity be) Methods inherited from class com.simibubi.create.api.contraption.storage.item.simple.SimpleMountedStorageType
mountMethods inherited from class com.simibubi.create.api.contraption.storage.item.MountedItemStorageType
is, mountedItemStorage
-
Constructor Details
-
ChestMountedStorageType
public ChestMountedStorageType()
-
-
Method Details
-
getHandler
protected net.neoforged.neoforge.items.IItemHandler getHandler(net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity be) - Overrides:
getHandlerin classSimpleMountedStorageType<ChestMountedStorage>
-
createStorage
- Overrides:
createStoragein classSimpleMountedStorageType<ChestMountedStorage>
-