Uses of Enum Class
net.minecraft.client.font.TextRenderer.TextLayerType
Packages that use TextRenderer.TextLayerType
-
Uses of TextRenderer.TextLayerType in net.minecraft.client.font
Fields in net.minecraft.client.font declared as TextRenderer.TextLayerTypeModifier and TypeFieldDescriptionprivate final TextRenderer.TextLayerTypeTextRenderer.Drawer.layerTypeMethods in net.minecraft.client.font that return TextRenderer.TextLayerTypeModifier and TypeMethodDescriptionstatic TextRenderer.TextLayerTypeReturns the enum constant of this class with the specified name.static TextRenderer.TextLayerType[]TextRenderer.TextLayerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.font with parameters of type TextRenderer.TextLayerTypeConstructors in net.minecraft.client.font with parameters of type TextRenderer.TextLayerTypeModifierConstructorDescriptionDrawer(VertexConsumerProvider vertexConsumers, float x, float y, int color, boolean shadow, Matrix4f matrix, TextRenderer.TextLayerType layerType, int light)