Package net.minecraft.client.renderer
Class RenderType.CompositeState.CompositeStateBuilder
java.lang.Object
net.minecraft.client.renderer.RenderType.CompositeState.CompositeStateBuilder
- Enclosing class:
RenderType.CompositeState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompositeState(boolean outline) createCompositeState(RenderType.OutlineProperty outlineState) setLayeringState(RenderStateShard.LayeringStateShard layerState) setLightmapState(RenderStateShard.LightmapStateShard lightmapState) setLineState(RenderStateShard.LineStateShard lineState) setOutputState(RenderStateShard.OutputStateShard outputState) setOverlayState(RenderStateShard.OverlayStateShard overlayState) setTextureState(RenderStateShard.EmptyTextureStateShard textureState) setTexturingState(RenderStateShard.TexturingStateShard texturingState)
-
Field Details
-
textureState
-
lightmapState
-
overlayState
-
layeringState
-
outputState
-
texturingState
-
lineState
-
-
Constructor Details
-
CompositeStateBuilder
CompositeStateBuilder()
-
-
Method Details
-
setTextureState
public RenderType.CompositeState.CompositeStateBuilder setTextureState(RenderStateShard.EmptyTextureStateShard textureState) -
setLightmapState
public RenderType.CompositeState.CompositeStateBuilder setLightmapState(RenderStateShard.LightmapStateShard lightmapState) -
setOverlayState
public RenderType.CompositeState.CompositeStateBuilder setOverlayState(RenderStateShard.OverlayStateShard overlayState) -
setLayeringState
public RenderType.CompositeState.CompositeStateBuilder setLayeringState(RenderStateShard.LayeringStateShard layerState) -
setOutputState
public RenderType.CompositeState.CompositeStateBuilder setOutputState(RenderStateShard.OutputStateShard outputState) -
setTexturingState
public RenderType.CompositeState.CompositeStateBuilder setTexturingState(RenderStateShard.TexturingStateShard texturingState) -
setLineState
public RenderType.CompositeState.CompositeStateBuilder setLineState(RenderStateShard.LineStateShard lineState) -
createCompositeState
-
createCompositeState
-