Class DepotMountedStorageType
java.lang.Object
com.simibubi.create.api.contraption.storage.item.MountedItemStorageType<DepotMountedStorage>
com.simibubi.create.content.logistics.depot.storage.DepotMountedStorageType
-
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 TypeMethodDescription@Nullable DepotMountedStoragemount(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, @Nullable net.minecraft.world.level.block.entity.BlockEntity be) Methods inherited from class com.simibubi.create.api.contraption.storage.item.MountedItemStorageType
is, mountedItemStorage
-
Constructor Details
-
DepotMountedStorageType
public DepotMountedStorageType()
-
-
Method Details
-
mount
@Nullable public @Nullable DepotMountedStorage mount(net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.BlockPos pos, @Nullable @Nullable net.minecraft.world.level.block.entity.BlockEntity be) - Specified by:
mountin classMountedItemStorageType<DepotMountedStorage>
-