Package com.unascribed.ears.api.features
Class EarsFeatures
java.lang.Object
com.unascribed.ears.api.features.EarsFeatures
Describes the state of every Ears feature for a player skin.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AlfalfaDatafinal booleanfinal booleanfinal floatfinal booleanstatic final EarsFeaturesfinal EarsFeatures.EarAnchorfinal EarsFeatures.EarModefinal booleanfinal Slicefinal Slicefinal booleanfinal booleanfinal intfinal intfinal intfinal intfinal floatfinal floatfinal floatfinal floatfinal EarsFeatures.TailModefinal intfinal EarsFeatures.WingMode -
Method Summary
Modifier and TypeMethodDescriptionstatic EarsFeatures.Builderbuilder()Deprecated.Internal.static EarsFeaturesLook up known Ears features for the player with the given UUID.static EarsFeaturesgetByUsername(String username) Look up known Ears features for the player with the given username.toString()
-
Field Details
-
DISABLED
-
enabled
public final boolean enabled -
earMode
-
earAnchor
-
claws
public final boolean claws -
horn
public final boolean horn -
tailMode
-
tailSegments
public final int tailSegments -
tailBend0
public final float tailBend0 -
tailBend1
public final float tailBend1 -
tailBend2
public final float tailBend2 -
tailBend3
public final float tailBend3 -
snoutOffset
public final int snoutOffset -
snoutWidth
public final int snoutWidth -
snoutHeight
public final int snoutHeight -
snoutDepth
public final int snoutDepth -
chestSize
public final float chestSize -
wingMode
-
animateWings
public final boolean animateWings -
capeEnabled
public final boolean capeEnabled -
emissive
public final boolean emissive -
emissiveSkin
-
emissiveWing
-
alfalfa
-
-
Method Details
-
getById
Look up known Ears features for the player with the given UUID. This will only work for players that the client can see and has loaded a skin for already. -
getByUsername
Look up known Ears features for the player with the given username. This will only work for players that the client can see and has loaded a skin for already.Should only be used in legacy versions where you don't have easy access to UUIDs.
-
toString
-
builder
Deprecated.Internal. Do not use.
-