Class RotatedPillarCTBehaviour


public class RotatedPillarCTBehaviour extends HorizontalCTBehaviour
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour

    ConnectedTextureBehaviour.CTContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    get(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
     
    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)
     
    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.foundation.block.connected.ConnectedTextureBehaviour

    buildContext, buildContextForOccludedDirections, connectsTo, isBeingBlocked

    Methods inherited from class java.lang.Object

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

  • Method Details

    • 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:
      connectsTo in class ConnectedTextureBehaviour
    • reverseUVs

      protected boolean reverseUVs(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
      Overrides:
      reverseUVs in class ConnectedTextureBehaviour
    • reverseUVsHorizontally

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

      protected boolean reverseUVsVertically(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction face)
      Overrides:
      reverseUVsVertically in class 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 ConnectedTextureBehaviour
    • 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 ConnectedTextureBehaviour
    • get

      public CTSpriteShiftEntry get(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
      Overrides:
      get in class HorizontalCTBehaviour