Class EncasedDiagonalBevelCogWheelCTBehaviour

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.EncasedDiagonalBevelCogWheelCTBehaviour

public class EncasedDiagonalBevelCogWheelCTBehaviour 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
    EncasedDiagonalBevelCogWheelCTBehaviour(com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry shift)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isX(net.minecraft.world.level.block.state.BlockState state)
     
    protected boolean
    reverseUVs(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
     
    protected boolean
    reverseUVsHorizontally(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
     
    protected boolean
    reverseUVsVertically(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, getRightDirection, getShift, getUpDirection, isBeingBlocked

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EncasedDiagonalBevelCogWheelCTBehaviour

      public EncasedDiagonalBevelCogWheelCTBehaviour(com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry shift)
  • Method Details

    • isX

      public boolean isX(net.minecraft.world.level.block.state.BlockState state)
    • reverseUVs

      protected boolean reverseUVs(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
      Overrides:
      reverseUVs in class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
    • reverseUVsVertically

      protected boolean reverseUVsVertically(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
      Overrides:
      reverseUVsVertically in class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour
    • reverseUVsHorizontally

      protected boolean reverseUVsHorizontally(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
      Overrides:
      reverseUVsHorizontally in class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour