Package net.minecraft
Record Class class_10665.class_10667
java.lang.Object
java.lang.Record
net.minecraft.class_10665.class_10667
- Record Components:
setupFunction-teardownFunction-
- All Implemented Interfaces:
class_10665
- Enclosing interface:
class_10665
public static record class_10665.class_10667(Optional<Identifier> setupFunction, Optional<Identifier> teardownFunction)
extends Record
implements class_10665
- Mappings:
Namespace Name named net/minecraft/class_10665$class_10667intermediary net/minecraft/class_10665$class_10667official tj$bnamed setupFunctionintermediary comp_3550official dnamed teardownFunctionintermediary comp_3551official e
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_10665
class_10665.class_10666, class_10665.class_10667, class_10665.class_10668, class_10665.class_10670, class_10665.class_10671 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_10665.class_10667> private static final Loggerprivate final Optional<Identifier> The field for thesetupFunctionrecord component.private final Optional<Identifier> The field for theteardownFunctionrecord component.Fields inherited from interface net.minecraft.class_10665
field_56200, field_56201 -
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.com.mojang.serialization.MapCodec<class_10665.class_10667> voidmethod_67051(ServerWorld serverWorld) voidmethod_67054(ServerWorld serverWorld) private static voidmethod_67058(ServerWorld serverWorld, Identifier identifier) Returns the value of thesetupFunctionrecord component.Returns the value of theteardownFunctionrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
setupFunction
The field for thesetupFunctionrecord component. -
teardownFunction
The field for theteardownFunctionrecord component. -
field_56204
- Mappings:
Namespace Name Mixin selector named field_56204Lnet/minecraft/class_10665$class_10667;field_56204:Lorg/slf4j/Logger;intermediary field_56204Lnet/minecraft/class_10665$class_10667;field_56204:Lorg/slf4j/Logger;official fLtj$b;f:Lorg/slf4j/Logger;
-
field_56203
- Mappings:
Namespace Name Mixin selector named field_56203Lnet/minecraft/class_10665$class_10667;field_56203:Lcom/mojang/serialization/MapCodec;intermediary field_56203Lnet/minecraft/class_10665$class_10667;field_56203:Lcom/mojang/serialization/MapCodec;official cLtj$b;c:Lcom/mojang/serialization/MapCodec;
-
-
Constructor Details
-
class_10667
-
-
Method Details
-
method_67051
- Specified by:
method_67051in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67051Lnet/minecraft/class_10665;method_67051(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_67051Lnet/minecraft/class_10665;method_67051(Lnet/minecraft/class_3218;)Vofficial aLtj;a(Larn;)V
-
method_67054
- Specified by:
method_67054in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67054Lnet/minecraft/class_10665;method_67054(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_67054Lnet/minecraft/class_10665;method_67054(Lnet/minecraft/class_3218;)Vofficial bLtj;b(Larn;)V
-
method_67058
- Mappings:
Namespace Name Mixin selector named method_67058Lnet/minecraft/class_10665$class_10667;method_67058(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/Identifier;)Vintermediary method_67058Lnet/minecraft/class_10665$class_10667;method_67058(Lnet/minecraft/class_3218;Lnet/minecraft/class_2960;)Vofficial aLtj$b;a(Larn;Lald;)V
-
method_67050
- Specified by:
method_67050in interfaceclass_10665- Mappings:
Namespace Name Mixin selector named method_67050Lnet/minecraft/class_10665;method_67050()Lcom/mojang/serialization/MapCodec;intermediary method_67050Lnet/minecraft/class_10665;method_67050()Lcom/mojang/serialization/MapCodec;official aLtj;a()Lcom/mojang/serialization/MapCodec;
-
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). -
setupFunction
Returns the value of thesetupFunctionrecord component.- Returns:
- the value of the
setupFunctionrecord component
-
teardownFunction
Returns the value of theteardownFunctionrecord component.- Returns:
- the value of the
teardownFunctionrecord component
-