Class Outliner
java.lang.Object
net.createmod.catnip.utility.outliner.Outliner
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendChasingLine(Object slot, net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, float chasingProgress, boolean lockStart) voidvoidvoidrenderOutlines(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, float pt) showCluster(Object slot, Iterable<net.minecraft.core.BlockPos> selection) showOutline(Object slot, Outline outline) void
-
Constructor Details
-
Outliner
public Outliner()
-
-
Method Details
-
showOutline
-
showLine
public Outline.OutlineParams showLine(Object slot, net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end) -
endChasingLine
public Outline.OutlineParams endChasingLine(Object slot, net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, float chasingProgress, boolean lockStart) -
showAABB
-
showAABB
-
chaseAABB
-
showCluster
public Outline.OutlineParams showCluster(Object slot, Iterable<net.minecraft.core.BlockPos> selection) -
keep
-
remove
-
edit
-
getOutlines
-
tickOutlines
public void tickOutlines() -
renderOutlines
public void renderOutlines(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, float pt)
-