Class ChainConveyorShape
java.lang.Object
com.simibubi.create.content.kinetics.chainConveyor.ChainConveyorShape
- Direct Known Subclasses:
ChainConveyorShape.ChainConveyorBB,ChainConveyorShape.ChainConveyorOBB
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voiddrawOutline(net.minecraft.core.BlockPos anchor, com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer vb) abstract floatgetChainPosition(net.minecraft.world.phys.Vec3 intersection) abstract net.minecraft.world.phys.Vec3getVec(net.minecraft.core.BlockPos anchor, float position) abstract net.minecraft.world.phys.Vec3intersect(net.minecraft.world.phys.Vec3 from, net.minecraft.world.phys.Vec3 to)
-
Constructor Details
-
ChainConveyorShape
public ChainConveyorShape()
-
-
Method Details
-
intersect
@Nullable public abstract 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)
-