public class AABBOutline extends Outline
Outline.OutlineParams| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.util.math.AxisAlignedBB |
bb |
params, transformNormals| Constructor and Description |
|---|
AABBOutline(net.minecraft.util.math.AxisAlignedBB bb) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
float pt) |
void |
renderBB(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
net.minecraft.util.math.AxisAlignedBB bb) |
protected void |
renderFace(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
net.minecraft.util.Direction direction,
net.minecraft.util.math.vector.Vector3d p1,
net.minecraft.util.math.vector.Vector3d p2,
net.minecraft.util.math.vector.Vector3d p3,
net.minecraft.util.math.vector.Vector3d p4,
boolean noCull) |
void |
setBounds(net.minecraft.util.math.AxisAlignedBB bb) |
getParams, putQuad, putQuadUV, putVertex, renderAACuboidLine, renderCuboidLine, tickpublic void render(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
float pt)
public void renderBB(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
net.minecraft.util.math.AxisAlignedBB bb)
protected void renderFace(com.mojang.blaze3d.matrix.MatrixStack ms,
SuperRenderTypeBuffer buffer,
net.minecraft.util.Direction direction,
net.minecraft.util.math.vector.Vector3d p1,
net.minecraft.util.math.vector.Vector3d p2,
net.minecraft.util.math.vector.Vector3d p3,
net.minecraft.util.math.vector.Vector3d p4,
boolean noCull)
public void setBounds(net.minecraft.util.math.AxisAlignedBB bb)