Class FoxMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.LivingEntityMeta
net.minestom.server.entity.metadata.MobMeta
net.minestom.server.entity.metadata.PathfinderMobMeta
net.minestom.server.entity.metadata.AgeableMobMeta
net.minestom.server.entity.metadata.animal.AnimalMeta
net.minestom.server.entity.metadata.animal.FoxMeta
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minestom.server.entity.metadata.EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable UUID@Nullable UUID@NotNull FoxMeta.TypegetType()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetDefending(boolean value) voidsetFaceplanted(boolean value) voidsetFirstUUID(@Nullable UUID value) voidsetFoxSneaking(boolean value) voidsetInterested(boolean value) voidsetPouncing(boolean value) voidsetSecondUUID(@Nullable UUID value) voidsetSitting(boolean value) voidsetSleeping(boolean value) voidsetType(@NotNull FoxMeta.Type type) Methods inherited from class net.minestom.server.entity.metadata.AgeableMobMeta
isBaby, setBabyMethods inherited from class net.minestom.server.entity.metadata.MobMeta
isAggressive, isLeftHanded, isNoAi, setAggressive, setLeftHanded, setNoAiMethods inherited from class net.minestom.server.entity.metadata.LivingEntityMeta
getActiveHand, getArrowCount, getBedInWhichSleepingPosition, getBeeStingerCount, getHealth, getHealthAddedByAbsorption, getPotionEffectColor, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setHandActive, setHealth, setHealthAddedByAbsorption, setInRiptideSpinAttack, setPotionEffectAmbient, setPotionEffectColorMethods inherited from class net.minestom.server.entity.metadata.EntityMeta
consumeEntity, getAirTicks, getCustomName, getMask, getMaskBit, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, setAirTicks, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setMask, setMaskBit, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Field Details
-
OFFSET
public static final byte OFFSET- See Also:
-
MAX_OFFSET
public static final byte MAX_OFFSET- See Also:
-
-
Constructor Details
-
FoxMeta
-
-
Method Details
-
getType
-
setType
-
isSitting
public boolean isSitting() -
setSitting
public void setSitting(boolean value) -
isFoxSneaking
public boolean isFoxSneaking() -
setFoxSneaking
public void setFoxSneaking(boolean value) -
isInterested
public boolean isInterested() -
setInterested
public void setInterested(boolean value) -
isPouncing
public boolean isPouncing() -
setPouncing
public void setPouncing(boolean value) -
isSleeping
public boolean isSleeping() -
setSleeping
public void setSleeping(boolean value) -
isFaceplanted
public boolean isFaceplanted() -
setFaceplanted
public void setFaceplanted(boolean value) -
isDefending
public boolean isDefending() -
setDefending
public void setDefending(boolean value) -
getFirstUUID
-
setFirstUUID
-
getSecondUUID
-
setSecondUUID
-