Class ChainConveyorShape

java.lang.Object
com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorShape
Direct Known Subclasses:
ChainConveyorShape.ChainConveyorBB, ChainConveyorShape.ChainConveyorOBB

public abstract class ChainConveyorShape extends Object
  • Constructor Details

    • ChainConveyorShape

      public ChainConveyorShape()
  • Method Details

    • intersect

      @Nullable public abstract @Nullable net.minecraft.world.phys.Vec3 intersect(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to)
    • getChainPosition

      public abstract float getChainPosition(net.minecraft.world.phys.Vec3 intersection)
    • drawOutline

      protected abstract void drawOutline(net.minecraft.core.BlockPos anchor, com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer vb)
    • getVec

      public abstract net.minecraft.world.phys.Vec3 getVec(net.minecraft.core.BlockPos anchor, float position)