Uses of Enum Class
net.risingworld.api.worldelements.Text3D.TextWrappingMode
Packages that use Text3D.TextWrappingMode
-
Uses of Text3D.TextWrappingMode in net.risingworld.api.worldelements
Methods in net.risingworld.api.worldelements that return Text3D.TextWrappingModeModifier and TypeMethodDescriptionText3D.getTextWrappingMode()static Text3D.TextWrappingModeReturns the enum constant of this class with the specified name.static Text3D.TextWrappingMode[]Text3D.TextWrappingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.risingworld.api.worldelements with parameters of type Text3D.TextWrappingModeModifier and TypeMethodDescriptionvoidText3D.setTextWrappingMode(Text3D.TextWrappingMode textWrap) Sets the text wrapping mode.