Class RotatedPillarCTBehaviour


public class RotatedPillarCTBehaviour extends HorizontalCTBehaviour
  • 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, net.minecraft.core.Direction primaryOffset, net.minecraft.core.Direction secondaryOffset)
      Overrides:
      connectsTo in class ConnectedTextureBehaviour
    • isBeingBlocked

      protected boolean isBeingBlocked(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.BlockAndTintGetter reader, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos otherPos, net.minecraft.core.Direction face)
      Overrides:
      isBeingBlocked 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
    • getShift

      public CTSpriteShiftEntry getShift(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
      Overrides:
      getShift in class HorizontalCTBehaviour