Class Outliner
java.lang.Object
com.simibubi.create.foundation.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) showValueBox(Object slot, ValueBox box) void
-
Constructor Details
-
Outliner
public Outliner()
-
-
Method Details
-
showValueBox
-
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)
-