Class ValueBox.TextValueBox
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.TextValueBox
- 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
ConstructorsConstructorDescriptionTextValueBox(net.minecraft.network.chat.Component label, net.minecraft.world.phys.AABB bb, net.minecraft.core.BlockPos pos, net.minecraft.network.chat.Component text) -
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
-
TextValueBox
public TextValueBox(net.minecraft.network.chat.Component label, net.minecraft.world.phys.AABB bb, net.minecraft.core.BlockPos pos, net.minecraft.network.chat.Component text)
-
-
Method Details
-
renderContents
public void renderContents(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) - Overrides:
renderContentsin classValueBox
-