Class FallbackMountedStorageType
java.lang.Object
com.simibubi.create.api.contraption.storage.item.MountedItemStorageType<SimpleMountedStorage>
com.simibubi.create.api.contraption.storage.item.simple.SimpleMountedStorageType<FallbackMountedStorage>
com.simibubi.create.impl.contraption.storage.FallbackMountedStorageType
@Internal
public class FallbackMountedStorageType
extends SimpleMountedStorageType<FallbackMountedStorage>
-
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 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
createStorage, mountMethods inherited from class com.simibubi.create.api.contraption.storage.item.MountedItemStorageType
is, mountedItemStorage
-
Constructor Details
-
FallbackMountedStorageType
public FallbackMountedStorageType()
-
-
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<FallbackMountedStorage>
-