Uses of Enum Class
net.minecraft.client.render.RenderSetup.OutlineMode
Packages that use RenderSetup.OutlineMode
-
Uses of RenderSetup.OutlineMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as RenderSetup.OutlineModeModifier and TypeFieldDescriptionprivate RenderSetup.OutlineModeRenderSetup.Builder.outlineMode(package private) final RenderSetup.OutlineModeRenderSetup.outlineModeMethods in net.minecraft.client.render that return RenderSetup.OutlineModeModifier and TypeMethodDescriptionstatic RenderSetup.OutlineModeReturns the enum constant of this class with the specified name.static RenderSetup.OutlineMode[]RenderSetup.OutlineMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render with parameters of type RenderSetup.OutlineModeModifier and TypeMethodDescriptionRenderSetup.Builder.outlineMode(RenderSetup.OutlineMode outlineMode) Constructors in net.minecraft.client.render with parameters of type RenderSetup.OutlineModeModifierConstructorDescription(package private)RenderSetup(RenderPipeline pipeline, Map<String, RenderSetup.class_12338> textures, boolean useLightmap, boolean useOverlay, LayeringTransform layeringTransform, OutputTarget outputTarget, TextureTransform textureTransform, RenderSetup.OutlineMode outlineMode, boolean hasCrumbling, boolean translucent, int expectedBufferSize)