Class BrassTunnelCTBehaviour


public class BrassTunnelCTBehaviour extends ConnectedTextureBehaviour.Base
  • Constructor Details

    • BrassTunnelCTBehaviour

      public BrassTunnelCTBehaviour()
  • Method Details

    • getDataType

      @Nullable public @Nullable CTType getDataType(net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
      Overrides:
      getDataType in class ConnectedTextureBehaviour.Base
    • getShift

      public CTSpriteShiftEntry getShift(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction, @Nullable @Nullable net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
      Specified by:
      getShift in class ConnectedTextureBehaviour.Base
    • reverseUVs

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