Class MannequinProfile
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.entity.metadata.MannequinProfile
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMannequinProfile(@Nullable MannequinProfile.CustomProfile customProfile, @Nullable ResolvableProfile profile) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable MannequinProfile.CustomProfile@Nullable ResolvableProfileinthashCode()@NonNull StringtoString()@NonNull MannequinProfilewithCustomProfile(@Nullable MannequinProfile.CustomProfile customProfile) @NonNull MannequinProfilewithProfile(@Nullable ResolvableProfile profile)
-
Constructor Details
-
MannequinProfile
public MannequinProfile(@Nullable MannequinProfile.CustomProfile customProfile, @Nullable ResolvableProfile profile)
-
-
Method Details
-
getCustomProfile
-
getProfile
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withCustomProfile
public @NonNull MannequinProfile withCustomProfile(@Nullable MannequinProfile.CustomProfile customProfile) - Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withProfile
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-