Uses of Enum Class
net.minecraft.client.renderer.RenderType.OutlineProperty
Packages that use RenderType.OutlineProperty
-
Uses of RenderType.OutlineProperty in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as RenderType.OutlinePropertyModifier and TypeFieldDescription(package private) final RenderType.OutlinePropertyRenderType.CompositeState.outlinePropertyMethods in net.minecraft.client.renderer that return RenderType.OutlinePropertyModifier and TypeMethodDescriptionstatic RenderType.OutlinePropertyReturns the enum constant of this class with the specified name.static RenderType.OutlineProperty[]RenderType.OutlineProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.renderer with parameters of type RenderType.OutlinePropertyModifier and TypeMethodDescriptionRenderType.CompositeState.CompositeStateBuilder.createCompositeState(RenderType.OutlineProperty pOutlineState) Constructors in net.minecraft.client.renderer with parameters of type RenderType.OutlinePropertyModifierConstructorDescription(package private)CompositeState(RenderStateShard.EmptyTextureStateShard pTextureState, RenderStateShard.LightmapStateShard pLightmapState, RenderStateShard.OverlayStateShard pOverlayState, RenderStateShard.LayeringStateShard pLayeringState, RenderStateShard.OutputStateShard pOutputState, RenderStateShard.TexturingStateShard pTexturingState, RenderStateShard.LineStateShard pLineState, RenderType.OutlineProperty pOutlineProperty)