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 p_110690_) Constructors in net.minecraft.client.renderer with parameters of type RenderType.OutlinePropertyModifierConstructorDescription(package private)
CompositeState
(RenderStateShard.EmptyTextureStateShard p_286632_, RenderStateShard.ShaderStateShard p_286843_, RenderStateShard.TransparencyStateShard p_286280_, RenderStateShard.DepthTestStateShard p_286228_, RenderStateShard.CullStateShard p_286226_, RenderStateShard.LightmapStateShard p_286744_, RenderStateShard.OverlayStateShard p_286754_, RenderStateShard.LayeringStateShard p_286895_, RenderStateShard.OutputStateShard p_286435_, RenderStateShard.TexturingStateShard p_286893_, RenderStateShard.WriteMaskStateShard p_286628_, RenderStateShard.LineStateShard p_286768_, RenderStateShard.ColorLogicStateShard p_286578_, RenderType.OutlineProperty p_286290_)