Class FluidTankCTBehaviour
java.lang.Object
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
com.simibubi.create.foundation.block.connected.HorizontalCTBehaviour
com.simibubi.create.content.contraptions.fluids.tank.FluidTankCTBehaviour
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
ConnectedTextureBehaviour.CTContext -
Constructor Summary
ConstructorsConstructorDescriptionFluidTankCTBehaviour(CTSpriteShiftEntry layerShift, CTSpriteShiftEntry topShift) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanconnectsTo(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.state.BlockState other, net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos otherPos, net.minecraft.core.Direction face) Methods inherited from class com.simibubi.create.foundation.block.connected.HorizontalCTBehaviour
getMethods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
buildContext, connectsTo, getRightDirection, getUpDirection, isBeingBlocked, reverseUVs, reverseUVsHorizontally, reverseUVsVertically
-
Constructor Details
-
FluidTankCTBehaviour
-
-
Method Details
-
buildContextForOccludedDirections
public boolean buildContextForOccludedDirections()- Overrides:
buildContextForOccludedDirectionsin classConnectedTextureBehaviour
-
connectsTo
public boolean connectsTo(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.block.state.BlockState other, net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos otherPos, net.minecraft.core.Direction face) - Overrides:
connectsToin classConnectedTextureBehaviour
-