Class FluidTankMountedStorageType
java.lang.Object
com.simibubi.create.api.contraption.storage.fluid.MountedFluidStorageType<FluidTankMountedStorage>
com.simibubi.create.content.fluids.tank.storage.FluidTankMountedStorageType
-
Field Summary
Fields inherited from class com.simibubi.create.api.contraption.storage.fluid.MountedFluidStorageType
codec, CODEC, REGISTRY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable FluidTankMountedStoragemount(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.fluid.MountedFluidStorageType
mountedFluidStorage
-
Constructor Details
-
FluidTankMountedStorageType
public FluidTankMountedStorageType()
-
-
Method Details
-
mount
@Nullable public @Nullable FluidTankMountedStorage 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 classMountedFluidStorageType<FluidTankMountedStorage>
-