All Known Implementing Classes:
AxisPipeBlock, FluidValveBlock, GlassFluidPipeBlock, SmartFluidPipeBlock

public interface IAxisPipe
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.Direction.Axis
    getAxis(net.minecraft.world.level.block.state.BlockState state)
     
    static net.minecraft.core.Direction.Axis
    getAxisOf(net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • getAxisOf

      @Nullable static net.minecraft.core.Direction.Axis getAxisOf(net.minecraft.world.level.block.state.BlockState state)
    • getAxis

      net.minecraft.core.Direction.Axis getAxis(net.minecraft.world.level.block.state.BlockState state)