Class ChasingAABBOutline
java.lang.Object
net.createmod.catnip.utility.outliner.Outline
net.createmod.catnip.utility.outliner.AABBOutline
net.createmod.catnip.utility.outliner.ChasingAABBOutline
-
Nested Class Summary
Nested classes/interfaces inherited from class net.createmod.catnip.utility.outliner.Outline
Outline.OutlineParams -
Field Summary
Fields inherited from class net.createmod.catnip.utility.outliner.AABBOutline
bb -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, float pt) voidtarget(net.minecraft.world.phys.AABB target) voidtick()Methods inherited from class net.createmod.catnip.utility.outliner.AABBOutline
renderBB, renderFace, setBoundsMethods inherited from class net.createmod.catnip.utility.outliner.Outline
getParams, putQuad, putQuadUV, putVertex, putVertex, renderAACuboidLine, renderCuboidLine
-
Constructor Details
-
ChasingAABBOutline
public ChasingAABBOutline(net.minecraft.world.phys.AABB bb)
-
-
Method Details
-
target
public void target(net.minecraft.world.phys.AABB target) -
tick
public void tick() -
render
- Overrides:
renderin classAABBOutline
-