Package net.minecraft
Record Class class_10143.class_10146
java.lang.Object
java.lang.Record
net.minecraft.class_10143.class_10146
- Record Components:
section-
- All Implemented Interfaces:
class_10143.class_10147
- Enclosing class:
class_10143
@Environment(CLIENT)
private static record class_10143.class_10146(ChunkBuilder.BuiltChunk section)
extends Record
implements class_10143.class_10147
- Mappings:
Namespace Name named net/minecraft/class_10143$class_10146intermediary net/minecraft/class_10143$class_10146official ghh$cnamed sectionintermediary comp_3101official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChunkBuilder.BuiltChunkThe field for thesectionrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_62917(class_10143.class_10148 class_10148, boolean bool, Frustum frustum, int int2) section()Returns the value of thesectionrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
section
The field for thesectionrecord component.
-
-
Constructor Details
-
class_10146
class_10146(ChunkBuilder.BuiltChunk builtChunk)
-
-
Method Details
-
method_62917
public void method_62917(class_10143.class_10148 class_10148, boolean bool, Frustum frustum, int int2) - Specified by:
method_62917in interfaceclass_10143.class_10147- Mappings:
Namespace Name Mixin selector named method_62917Lnet/minecraft/class_10143$class_10147;method_62917(Lnet/minecraft/class_10143$class_10148;ZLnet/minecraft/client/render/Frustum;I)Vintermediary method_62917Lnet/minecraft/class_10143$class_10147;method_62917(Lnet/minecraft/class_10143$class_10148;ZLnet/minecraft/class_4604;I)Vofficial aLghh$d;a(Lghh$e;ZLgkx;I)V
-
method_62915
- Specified by:
method_62915in interfaceclass_10143.class_10147- Mappings:
Namespace Name Mixin selector named method_62915Lnet/minecraft/class_10143$class_10147;method_62915()Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;intermediary method_62915Lnet/minecraft/class_10143$class_10147;method_62915()Lnet/minecraft/class_846$class_851;official aLghh$d;a()Lgkt$b;
-
method_62920
- Specified by:
method_62920in interfaceclass_10143.class_10147- Mappings:
Namespace Name Mixin selector named method_62920Lnet/minecraft/class_10143$class_10147;method_62920()Lnet/minecraft/util/math/Box;intermediary method_62920Lnet/minecraft/class_10143$class_10147;method_62920()Lnet/minecraft/class_238;official bLghh$d;b()Leyn;
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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. All components in this record class are compared withObjects::equals(Object,Object). -
section
Returns the value of thesectionrecord component.- Returns:
- the value of the
sectionrecord component
-