Uses of Enum Class
net.minecraft.entity.Entity.MoveEffect
Packages that use Entity.MoveEffect
Package
Description
-
Uses of Entity.MoveEffect in net.minecraft.entity
Methods in net.minecraft.entity that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
Entity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
ExperienceOrbEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
FallingBlockEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
ItemEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
TntEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.static Entity.MoveEffect
Returns the enum constant of this class with the specified name.static Entity.MoveEffect[]
Entity.MoveEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Entity.MoveEffect in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
EndCrystalEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
BreezeEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
EndermiteEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
GuardianEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
ShulkerEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
SilverfishEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
BatEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
SquidEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
PlayerEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
FishingBobberEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
PersistentProjectileEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return Entity.MoveEffectModifier and TypeMethodDescriptionprotected Entity.MoveEffect
AbstractMinecartEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.protected Entity.MoveEffect
BoatEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving.