Interface Shape

All Known Implementing Classes:
CircleShape, CubeShape, CuboidShape, CylinderShape, EmptyShape, LineShape, QuadrilaterallyFacedConvexHexahedra, SphereShape, VoxelShapeBox

public interface Shape
  • Field Details

    • REGISTRY

      static final CustomRegistry<io.netty.buffer.ByteBuf, Shape> REGISTRY
    • CODEC

      static final com.mojang.serialization.Codec<Shape> CODEC
    • STREAM_CODEC

      static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, Shape> STREAM_CODEC
    • DATA_TYPE

      static final DataType<Shape> DATA_TYPE
  • Method Details