Package net.minecraft.client.render
Class SpriteTexturedVertexConsumer
java.lang.Object
net.minecraft.client.render.SpriteTexturedVertexConsumer
- All Implemented Interfaces:
VertexConsumer
@Environment(CLIENT)
public class SpriteTexturedVertexConsumer
extends Object
implements VertexConsumer
- Mappings:
Namespace Name named net/minecraft/client/render/SpriteTexturedVertexConsumerintermediary net/minecraft/class_4723official gfj
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor(int red, int green, int blue, int alpha) Specifies theof the current vertex.invalid reference
color element
light(int u, int v) Specifies theof the current vertex.invalid reference
light element
method_60796(int int2, int int3) normal(float x, float y, float z) Specifies theof the current vertex.invalid reference
normal element
texture(float u, float v) Specifies theof the current vertex.invalid reference
texture element
vertex(float float2, float float3, float float4) Specifies theof the current vertex.invalid reference
position element
voidvertex(float x, float y, float z, int int2, float green, float blue, int int3, int int4, float v, float float2, float float3) Specifies the,invalid reference
position
,invalid reference
color
,invalid reference
texture
,invalid reference
overlay
, andinvalid reference
light
elements of the current vertex and starts consuming the next vertex.invalid reference
normal
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.VertexConsumer
color, color, method_60803, method_60830, method_60831, method_60832, overlay, quad, quad, vertex, vertex
-
Field Details
-
delegate
- Mappings:
Namespace Name Mixin selector named delegateLnet/minecraft/client/render/SpriteTexturedVertexConsumer;delegate:Lnet/minecraft/client/render/VertexConsumer;intermediary field_21730Lnet/minecraft/class_4723;field_21730:Lnet/minecraft/class_4588;official aLgfj;a:Lfbg;
-
sprite
- Mappings:
Namespace Name Mixin selector named spriteLnet/minecraft/client/render/SpriteTexturedVertexConsumer;sprite:Lnet/minecraft/client/texture/Sprite;intermediary field_21731Lnet/minecraft/class_4723;field_21731:Lnet/minecraft/class_1058;official bLgfj;b:Lgqf;
-
-
Constructor Details
-
SpriteTexturedVertexConsumer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/SpriteTexturedVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/texture/Sprite;)Vintermediary <init>Lnet/minecraft/class_4723;<init>(Lnet/minecraft/class_4588;Lnet/minecraft/class_1058;)Vofficial <init>Lgfj;<init>(Lfbg;Lgqf;)V
-
-
Method Details
-
vertex
Specifies theof the current vertex.invalid reference
position element
This is typically the first element in a vertex, hence the name.
- Specified by:
vertexin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a position element.- Mappings:
Namespace Name Mixin selector named vertexLnet/minecraft/client/render/VertexConsumer;vertex(FFF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22912Lnet/minecraft/class_4588;method_22912(FFF)Lnet/minecraft/class_4588;official aLfbg;a(FFF)Lfbg;
-
color
Specifies theof the current vertex.invalid reference
color element
- Specified by:
colorin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a color element or if a color has been set in.invalid reference
#fixedColor- Mappings:
Namespace Name Mixin selector named colorLnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;intermediary method_1336Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;official aLfbg;a(IIII)Lfbg;
-
texture
Specifies theof the current vertex.invalid reference
texture element
- Specified by:
texturein interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a texture element.- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22913Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;official aLfbg;a(FF)Lfbg;
-
method_60796
- Specified by:
method_60796in interfaceVertexConsumer- Mappings:
Namespace Name Mixin selector named method_60796Lnet/minecraft/client/render/VertexConsumer;method_60796(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_60796Lnet/minecraft/class_4588;method_60796(II)Lnet/minecraft/class_4588;official aLfbg;a(II)Lfbg;
-
light
Specifies theof the current vertex.invalid reference
light element
- Specified by:
lightin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a light element.- Mappings:
Namespace Name Mixin selector named lightLnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22921Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;official bLfbg;b(II)Lfbg;
-
normal
Specifies theof the current vertex.invalid reference
normal element
- Specified by:
normalin interfaceVertexConsumer- Returns:
- this consumer, for chaining
- Throws:
IllegalStateException- if this consumer is not currently accepting a normal element.- Mappings:
Namespace Name Mixin selector named normalLnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;intermediary method_22914Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;official bLfbg;b(FFF)Lfbg;
-
vertex
public void vertex(float x, float y, float z, int int2, float green, float blue, int int3, int int4, float v, float float2, float float3) Specifies the,invalid reference
position
,invalid reference
color
,invalid reference
texture
,invalid reference
overlay
, andinvalid reference
light
elements of the current vertex and starts consuming the next vertex.invalid reference
normal
- Specified by:
vertexin interfaceVertexConsumer- Throws:
IllegalStateException- if a color has been set in.invalid reference
#fixedColor- Mappings:
Namespace Name Mixin selector named vertexLnet/minecraft/client/render/VertexConsumer;vertex(FFFIFFIIFFF)Vintermediary method_23919Lnet/minecraft/class_4588;method_23919(FFFIFFIIFFF)Vofficial aLfbg;a(FFFIFFIIFFF)V
-