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

    Constructors
    Constructor
    Description
    EncasedSingleDiagonalBevelCogWheelCTBehaviour(com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry shift)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     

    Methods inherited from class com.simibubi.create.content.decoration.encasing.EncasedCTBehaviour

    connectsTo, getShift

    Methods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour.Base

    getDataType

    Methods inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour

    buildContext, buildContextForOccludedDirections, connectsTo, getCTBlockState, getShift, isBeingBlocked, reverseUVs, reverseUVsHorizontally, reverseUVsVertically

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getRightDirection in class com.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:
      getUpDirection in class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour