Package net.minecraft
Record Class class_6686.class_6720
java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6720
- Record Components:
offset-runDepthMultiplier-addStoneDepth-
- All Implemented Interfaces:
Function<class_6686.class_6694,,class_6686.class_6692> class_6686.class_6693
- Enclosing class:
- class_6686
private static record class_6686.class_6720(int offset, int runDepthMultiplier, boolean addStoneDepth)
extends Record
implements class_6686.class_6693
- Mappings:
Namespace Name official csv$yintermediary net/minecraft/class_6686$class_6720named net/minecraft/class_6686$class_6720official bintermediary comp_217named offsetofficial cintermediary comp_218named runDepthMultiplierofficial dintermediary comp_219named addStoneDepth
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanThe field for theaddStoneDepthrecord component.(package private) static final com.mojang.serialization.Codec<class_6686.class_6720>private final intThe field for theoffsetrecord component.private final intThe field for therunDepthMultiplierrecord component.Fields inherited from interface net.minecraft.class_6686.class_6693
field_35232 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of theaddStoneDepthrecord component.apply(class_6686.class_6694 class_6694) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.serialization.Codec<? extends class_6686.class_6693>intoffset()Returns the value of theoffsetrecord component.intReturns the value of therunDepthMultiplierrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
offset
private final int offsetThe field for theoffsetrecord component. -
runDepthMultiplier
private final int runDepthMultiplierThe field for therunDepthMultiplierrecord component. -
addStoneDepth
private final boolean addStoneDepthThe field for theaddStoneDepthrecord component. -
field_35264
- Mappings:
Namespace Name Mixin selector official eLcsv$y;e:Lcom/mojang/serialization/Codec;intermediary field_35264Lnet/minecraft/class_6686$class_6720;field_35264:Lcom/mojang/serialization/Codec;named field_35264Lnet/minecraft/class_6686$class_6720;field_35264:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_6720
class_6720(int int2, int int3, boolean bool)
-
-
Method Details
-
method_39064
- Specified by:
method_39064in interfaceclass_6686.class_6693- Mappings:
Namespace Name Mixin selector official aLcsv$e;a()Lcom/mojang/serialization/Codec;intermediary method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;named method_39064Lnet/minecraft/class_6686$class_6693;method_39064()Lcom/mojang/serialization/Codec;
-
apply
- Specified by:
applyin interfaceFunction<class_6686.class_6694,class_6686.class_6692> - Mappings:
Namespace Name Mixin selector official aLcsv$y;a(Lcsv$f;)Lcsv$d;intermediary method_39097Lnet/minecraft/class_6686$class_6720;method_39097(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;named applyLnet/minecraft/class_6686$class_6720;apply(Lnet/minecraft/class_6686$class_6694;)Lnet/minecraft/class_6686$class_6692;
-
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 with '=='. -
offset
public int offset()Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-
runDepthMultiplier
public int runDepthMultiplier()Returns the value of therunDepthMultiplierrecord component.- Returns:
- the value of the
runDepthMultiplierrecord component
-
addStoneDepth
public boolean addStoneDepth()Returns the value of theaddStoneDepthrecord component.- Returns:
- the value of the
addStoneDepthrecord component
-