Uses of Class
net.minecraft.entity.Entity.MoveEffect
-
Uses of Entity.MoveEffect in net.minecraft.entity
Methods in net.minecraft.entity that return Entity.MoveEffect Modifier and Type Method Description protected 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
Entity.MoveEffect. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entity.MoveEffect[]
Entity.MoveEffect. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Entity.MoveEffect in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return Entity.MoveEffect Modifier and Type Method Description protected 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.MoveEffect Modifier and Type Method Description 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.MoveEffect Modifier and Type Method Description protected 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.MoveEffect Modifier and Type Method Description protected 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.MoveEffect Modifier and Type Method Description protected 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.MoveEffect Modifier and Type Method Description protected 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.