Package net.minecraft
Record Class class_11677<T>
java.lang.Object
java.lang.Record
net.minecraft.class_11677<T>
- Record Components:
head-chest-legs-feet-
- Mappings:
Namespace Name named net/minecraft/class_11677intermediary net/minecraft/class_11677official hfwnamed headintermediary comp_4542official anamed chestintermediary comp_4543official bnamed legsintermediary comp_4544official cnamed feetintermediary comp_4545official d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchest()Returns the value of thechestrecord component.final booleanIndicates whether some other object is "equal to" this one.feet()Returns the value of thefeetrecord component.final inthashCode()Returns a hash code value for this object.head()Returns the value of theheadrecord component.legs()Returns the value of thelegsrecord component.method_72959(EquipmentSlot equipmentSlot) voidmethod_72960(class_11677<TexturedModelData> class_11677, ImmutableMap.Builder<T, TexturedModelData> builder) static <M extends BipedEntityModel<?>>
class_11677<M> method_72961(class_11677<EntityModelLayer> class_11677, LoadedEntityModels loadedEntityModels, Function<ModelPart, M> function) <U> class_11677<U> method_72962(Function<? super T, ? extends U> function) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_11677
-
-
Method Details
-
method_72959
- Mappings:
Namespace Name Mixin selector named method_72959Lnet/minecraft/class_11677;method_72959(Lnet/minecraft/entity/EquipmentSlot;)Ljava/lang/Object;intermediary method_72959Lnet/minecraft/class_11677;method_72959(Lnet/minecraft/class_1304;)Ljava/lang/Object;official aLhfw;a(Lcah;)Ljava/lang/Object;
-
method_72962
- Mappings:
Namespace Name Mixin selector named method_72962Lnet/minecraft/class_11677;method_72962(Ljava/util/function/Function;)Lnet/minecraft/class_11677;intermediary method_72962Lnet/minecraft/class_11677;method_72962(Ljava/util/function/Function;)Lnet/minecraft/class_11677;official aLhfw;a(Ljava/util/function/Function;)Lhfw;
-
method_72960
public void method_72960(class_11677<TexturedModelData> class_11677, ImmutableMap.Builder<T, TexturedModelData> builder) - Mappings:
Namespace Name Mixin selector named method_72960Lnet/minecraft/class_11677;method_72960(Lnet/minecraft/class_11677;Lcom/google/common/collect/ImmutableMap$Builder;)Vintermediary method_72960Lnet/minecraft/class_11677;method_72960(Lnet/minecraft/class_11677;Lcom/google/common/collect/ImmutableMap$Builder;)Vofficial aLhfw;a(Lhfw;Lcom/google/common/collect/ImmutableMap$Builder;)V
-
method_72961
public static <M extends BipedEntityModel<?>> class_11677<M> method_72961(class_11677<EntityModelLayer> class_11677, LoadedEntityModels loadedEntityModels, Function<ModelPart, M> function) - Mappings:
Namespace Name Mixin selector named method_72961Lnet/minecraft/class_11677;method_72961(Lnet/minecraft/class_11677;Lnet/minecraft/client/render/entity/model/LoadedEntityModels;Ljava/util/function/Function;)Lnet/minecraft/class_11677;intermediary method_72961Lnet/minecraft/class_11677;method_72961(Lnet/minecraft/class_11677;Lnet/minecraft/class_5599;Ljava/util/function/Function;)Lnet/minecraft/class_11677;official aLhfw;a(Lhfw;Lgsz;Ljava/util/function/Function;)Lhfw;
-
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). -
head
Returns the value of theheadrecord component.- Returns:
- the value of the
headrecord component
-
chest
Returns the value of thechestrecord component.- Returns:
- the value of the
chestrecord component
-
legs
Returns the value of thelegsrecord component.- Returns:
- the value of the
legsrecord component
-
feet
Returns the value of thefeetrecord component.- Returns:
- the value of the
feetrecord component
-