Class Text3D
- All Implemented Interfaces:
AutoCloseable
Camera-facing text with optional distance scaling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackground(boolean value) protected voidextract(WorldRenderContext context) protected WorldBoundsscale(float value) text(net.minecraft.network.chat.Component value)
-
Constructor Details
-
Text3D
public Text3D() -
Text3D
public Text3D(net.minecraft.world.phys.Vec3 position) -
Text3D
public Text3D(double x, double y, double z)
-
-
Method Details
-
text
-
text
-
scale
-
distanceScaling
-
background
-
localBounds
- Overrides:
localBoundsin classWorldObject<Text3D>
-
extract
- Specified by:
extractin classWorldObject<Text3D>
-