Class MultipartVoxelShape

java.lang.Object
net.minecraft.world.phys.shapes.VoxelShape
codechicken.multipart.util.MultipartVoxelShape

@Deprecated(forRemoval=true) public class MultipartVoxelShape extends net.minecraft.world.phys.shapes.VoxelShape
Deprecated, for removal: This API element is subject to removal in a future version.
Now unused, Functionality inlined into TileMultipart
Created by covers1624 on 3/9/20.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MultipartVoxelShape(net.minecraft.world.phys.shapes.VoxelShape shape, TileMultipart tile)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.BlockHitResult
    clip(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, net.minecraft.core.BlockPos pos)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    it.unimi.dsi.fastutil.doubles.DoubleList
    getCoords(net.minecraft.core.Direction.Axis axis)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class net.minecraft.world.phys.shapes.VoxelShape

    bounds, closestPointTo, collide, collideX, findIndex, forAllBoxes, forAllEdges, get, getFaceShape, isEmpty, max, max, min, min, move, optimize, singleEncompassing, toAabbs, toString

    Methods inherited from class java.lang.Object

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

    • MultipartVoxelShape

      public MultipartVoxelShape(net.minecraft.world.phys.shapes.VoxelShape shape, TileMultipart tile)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getCoords

      public it.unimi.dsi.fastutil.doubles.DoubleList getCoords(net.minecraft.core.Direction.Axis axis)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getCoords in class net.minecraft.world.phys.shapes.VoxelShape
    • clip

      public net.minecraft.world.phys.BlockHitResult clip(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, net.minecraft.core.BlockPos pos)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      clip in class net.minecraft.world.phys.shapes.VoxelShape