Class ValueBox.IconValueBox
java.lang.Object
com.simibubi.create.foundation.utility.outliner.Outline
com.simibubi.create.foundation.utility.outliner.AABBOutline
com.simibubi.create.foundation.utility.outliner.ChasingAABBOutline
com.simibubi.create.foundation.tileEntity.behaviour.ValueBox
com.simibubi.create.foundation.tileEntity.behaviour.ValueBox.IconValueBox
- Enclosing class:
- ValueBox
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBox
ValueBox.IconValueBox, ValueBox.ItemValueBox, ValueBox.TextValueBoxNested classes/interfaces inherited from class com.simibubi.create.foundation.utility.outliner.Outline
Outline.OutlineParams -
Field Summary
Fields inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBox
blockState, highlightColor, isPassive, label, labelOffset, passiveColor, pos, scrollTooltip, sublabel, transformFields inherited from class com.simibubi.create.foundation.utility.outliner.AABBOutline
bbFields inherited from class com.simibubi.create.foundation.utility.outliner.Outline
params, transformNormals -
Constructor Summary
ConstructorsConstructorDescriptionIconValueBox(net.minecraft.network.chat.Component label, INamedIconOptions iconValue, net.minecraft.world.phys.AABB bb, net.minecraft.core.BlockPos pos) -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderContents(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) Methods inherited from class com.simibubi.create.foundation.tileEntity.behaviour.ValueBox
offsetLabel, passive, render, renderHoveringText, renderHoveringText, scrollTooltip, subLabel, transform, withColorsMethods inherited from class com.simibubi.create.foundation.utility.outliner.ChasingAABBOutline
target, tickMethods inherited from class com.simibubi.create.foundation.utility.outliner.AABBOutline
renderBB, renderFace, setBoundsMethods inherited from class com.simibubi.create.foundation.utility.outliner.Outline
getParams, putQuad, putQuadUV, putVertex, putVertex, renderAACuboidLine, renderCuboidLine
-
Constructor Details
-
IconValueBox
public IconValueBox(net.minecraft.network.chat.Component label, INamedIconOptions iconValue, net.minecraft.world.phys.AABB bb, net.minecraft.core.BlockPos pos)
-
-
Method Details
-
renderContents
public void renderContents(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) - Overrides:
renderContentsin classValueBox
-