Package net.minecraft.client.render
Record Class OutlineVertexConsumerProvider.OutlineVertexConsumer
java.lang.Object
java.lang.Record
net.minecraft.client.render.OutlineVertexConsumerProvider.OutlineVertexConsumer
- Record Components:
- delegate-
- color-
- All Implemented Interfaces:
- VertexConsumer
- Enclosing class:
- OutlineVertexConsumerProvider
@Environment(CLIENT)
private static record OutlineVertexConsumerProvider.OutlineVertexConsumer(VertexConsumer delegate, int color)
extends Record
implements VertexConsumer
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer- intermediary - net/minecraft/class_4618$class_4586- official - gmb$a- named - delegate- intermediary - comp_2851- official - a- named - color- intermediary - comp_2852- official - b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intThe field for thecolorrecord component.private final VertexConsumerThe field for thedelegaterecord component.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateOutlineVertexConsumer(VertexConsumer vertexConsumer, int int2) OutlineVertexConsumer(VertexConsumer delegate, int red, int green, int blue, int alpha) 
- 
Method SummaryModifier and TypeMethodDescriptionintcolor()Returns the value of thecolorrecord component.color(int red, int green, int blue, int alpha) Specifies theof the current vertex.invalid referencecolor element delegate()Returns the value of thedelegaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.light(int u, int v) Specifies theof the current vertex.invalid referencelight element normal(float x, float y, float z) Specifies theof the current vertex.invalid referencenormal element overlay(int u, int v) Specifies theof the current vertex.invalid referenceoverlay element texture(float u, float v) Specifies theof the current vertex.invalid referencetexture element final StringtoString()Returns a string representation of this record class.vertex(float x, float y, float z) Specifies theof the current vertex.invalid referenceposition element 
- 
Field Details
- 
Constructor Details- 
OutlineVertexConsumer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/OutlineVertexConsumerProvider$OutlineVertexConsumer;<init>(Lnet/minecraft/client/render/VertexConsumer;IIII)V- intermediary - <init>- Lnet/minecraft/class_4618$class_4586;<init>(Lnet/minecraft/class_4588;IIII)V- official - <init>- Lgmb$a;<init>(Lffz;IIII)V
 
- 
OutlineVertexConsumer
 
- 
- 
Method Details- 
vertexSpecifies theof the current vertex.invalid referenceposition element This is typically the first element in a vertex, hence the name. - Specified by:
- vertexin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a position element.
- Mappings:
- Namespace - Name - Mixin selector - named - vertex- Lnet/minecraft/client/render/VertexConsumer;vertex(FFF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22912- Lnet/minecraft/class_4588;method_22912(FFF)Lnet/minecraft/class_4588;- official - a- Lffz;a(FFF)Lffz;
 
- 
colorSpecifies theof the current vertex.invalid referencecolor element - Specified by:
- colorin interface- VertexConsumer
- 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 - color- Lnet/minecraft/client/render/VertexConsumer;color(IIII)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_1336- Lnet/minecraft/class_4588;method_1336(IIII)Lnet/minecraft/class_4588;- official - a- Lffz;a(IIII)Lffz;
 
- 
textureSpecifies theof the current vertex.invalid referencetexture element - Specified by:
- texturein interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a texture element.
- Mappings:
- Namespace - Name - Mixin selector - named - texture- Lnet/minecraft/client/render/VertexConsumer;texture(FF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22913- Lnet/minecraft/class_4588;method_22913(FF)Lnet/minecraft/class_4588;- official - a- Lffz;a(FF)Lffz;
 
- 
overlaySpecifies theof the current vertex.invalid referenceoverlay element - Specified by:
- overlayin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting an overlay element.
- Mappings:
- Namespace - Name - Mixin selector - named - overlay- Lnet/minecraft/client/render/VertexConsumer;overlay(II)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_60796- Lnet/minecraft/class_4588;method_60796(II)Lnet/minecraft/class_4588;- official - a- Lffz;a(II)Lffz;
 
- 
lightSpecifies theof the current vertex.invalid referencelight element - Specified by:
- lightin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a light element.
- Mappings:
- Namespace - Name - Mixin selector - named - light- Lnet/minecraft/client/render/VertexConsumer;light(II)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22921- Lnet/minecraft/class_4588;method_22921(II)Lnet/minecraft/class_4588;- official - b- Lffz;b(II)Lffz;
 
- 
normalSpecifies theof the current vertex.invalid referencenormal element - Specified by:
- normalin interface- VertexConsumer
- Returns:
- this consumer, for chaining
- Throws:
- IllegalStateException- if this consumer is not currently accepting a normal element.
- Mappings:
- Namespace - Name - Mixin selector - named - normal- Lnet/minecraft/client/render/VertexConsumer;normal(FFF)Lnet/minecraft/client/render/VertexConsumer;- intermediary - method_22914- Lnet/minecraft/class_4588;method_22914(FFF)Lnet/minecraft/class_4588;- official - b- Lffz;b(FFF)Lffz;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
delegateReturns the value of thedelegaterecord component.- Returns:
- the value of the delegaterecord component
 
- 
colorpublic int color()Returns the value of thecolorrecord component.- Returns:
- the value of the colorrecord component
 
 
-