Uses of Enum Class
net.minecraft.entity.Entity.MoveEffect
Package
Description
-
Uses of Entity.MoveEffect in net.minecraft.entity
Modifier 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
Modifier and TypeMethodDescriptionprotected Entity.MoveEffect
EndCrystalEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.mob
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected Entity.MoveEffect
PlayerEntity.getMoveEffect()
Returns the possible effect(s) of an entity moving. -
Uses of Entity.MoveEffect in net.minecraft.entity.projectile
Modifier 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
Modifier 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.