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, colorTemp1, maxPosTemp1, minPosTemp1, normalTemp, originTemp, pos0Temp, pos1Temp, pos2Temp, pos3TempFields inherited from class net.createmod.catnip.utility.outliner.Outline
colorTemp, diffPosTemp, maxPosTemp, minPosTemp, normalTransformTemp, params, posTransformTemp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera, float pt) voidtarget(net.minecraft.world.phys.AABB target) voidtick()Methods inherited from class net.createmod.catnip.utility.outliner.AABBOutline
getBounds, renderBox, renderBoxEdges, renderBoxFace, renderBoxFace, renderBoxFaces, setBoundsMethods inherited from class net.createmod.catnip.utility.outliner.Outline
bufferCuboid, bufferCuboidLine, bufferCuboidLine, bufferQuad, bufferQuad, getParams
-
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
public void render(com.mojang.blaze3d.vertex.PoseStack ms, SuperRenderTypeBuffer buffer, net.minecraft.world.phys.Vec3 camera, float pt) - Overrides:
renderin classAABBOutline
-