Class EncasedSingleDiagonalBevelCogWheelCTBehaviour
java.lang.Object
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.Base
com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour
petrolpark.mc.petrolsparts.content.kinetics.bevelCogWheel.diagonal.single.EncasedSingleDiagonalBevelCogWheelCTBehaviour
public class EncasedSingleDiagonalBevelCogWheelCTBehaviour
extends com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.Base, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.ContextRequirement, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.CTContext -
Constructor Summary
ConstructorsConstructorDescriptionEncasedSingleDiagonalBevelCogWheelCTBehaviour(com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry shift) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.core.DirectiongetRightDirection(net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face) protected net.minecraft.core.DirectiongetUpDirection(net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face) Methods inherited from class com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour
connectsTo, getShiftMethods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.Base
getDataTypeMethods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
buildContext, buildContextForOccludedDirections, connectsTo, getCTBlockState, getShift, isBeingBlocked, reverseUVs, reverseUVsHorizontally, reverseUVsVertically
-
Constructor Details
-
EncasedSingleDiagonalBevelCogWheelCTBehaviour
public EncasedSingleDiagonalBevelCogWheelCTBehaviour(com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry shift)
-
-
Method Details
-
getRightDirection
protected net.minecraft.core.Direction getRightDirection(net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face) - Overrides:
getRightDirectionin classcom.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
-
getUpDirection
protected net.minecraft.core.Direction getUpDirection(net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face) - Overrides:
getUpDirectionin classcom.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
-