Package net.createmod.catnip.outliner
Class Outliner
java.lang.Object
net.createmod.catnip.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) static OutlinervoidvoidvoidrenderOutlines(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera, float pt) showCluster(Object slot, Iterable<net.minecraft.core.BlockPos> selection) showOutline(Object slot, Outline outline) void
-
Constructor Details
-
Outliner
public Outliner()
-
-
Method Details
-
getInstance
-
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) -
showItem
public Outline.OutlineParams showItem(Object slot, net.minecraft.world.phys.Vec3 pos, net.minecraft.world.item.ItemStack stack) -
keep
-
remove
-
edit
-
getOutlines
-
tickOutlines
public void tickOutlines() -
renderOutlines
public void renderOutlines(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera, float pt)
-