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.OutlineProperty
RenderType.CompositeState.outlineProperty
Methods in net.minecraft.client.renderer that return RenderType.OutlinePropertyModifier and TypeMethodDescriptionstatic RenderType.OutlineProperty
Returns 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.ShaderStateShard pShaderState, RenderStateShard.TransparencyStateShard pTransparencyState, RenderStateShard.DepthTestStateShard pDepthState, RenderStateShard.CullStateShard pCullState, RenderStateShard.LightmapStateShard pLightmapState, RenderStateShard.OverlayStateShard pOverlayState, RenderStateShard.LayeringStateShard pLayeringState, RenderStateShard.OutputStateShard pOutputState, RenderStateShard.TexturingStateShard pTexturingState, RenderStateShard.WriteMaskStateShard pWriteMaskState, RenderStateShard.LineStateShard pLineState, RenderStateShard.ColorLogicStateShard pColorLogicState, RenderType.OutlineProperty pOutlineProperty)