Package net.minecraft.entity
Interface ItemSteerable
- All Known Implementing Classes:
PigEntity
,StriderEntity
public interface ItemSteerable
- Mappings:
Namespace Name official arg
intermediary net/minecraft/class_4981
named net/minecraft/entity/ItemSteerable
-
Method Summary
Modifier and Type Method Description boolean
consumeOnAStickItem()
float
getSaddledSpeed()
void
setMovementInput(Vec3d movementInput)
default boolean
travel(MobEntity entity, SaddledComponent saddledEntity, Vec3d movementInput)
-
Method Details
-
consumeOnAStickItem
boolean consumeOnAStickItem()- Mappings:
Namespace Name Mixin selector official P_
Larg;P_()Z
intermediary method_6577
Lnet/minecraft/class_4981;method_6577()Z
named consumeOnAStickItem
Lnet/minecraft/entity/ItemSteerable;consumeOnAStickItem()Z
-
setMovementInput
- Mappings:
Namespace Name Mixin selector official a_
Larg;a_(Ldiu;)V
intermediary method_26315
Lnet/minecraft/class_4981;method_26315(Lnet/minecraft/class_243;)V
named setMovementInput
Lnet/minecraft/entity/ItemSteerable;setMovementInput(Lnet/minecraft/util/math/Vec3d;)V
-
getSaddledSpeed
float getSaddledSpeed()- Mappings:
Namespace Name Mixin selector official O_
Larg;O_()F
intermediary method_26316
Lnet/minecraft/class_4981;method_26316()F
named getSaddledSpeed
Lnet/minecraft/entity/ItemSteerable;getSaddledSpeed()F
-
travel
- Mappings:
Namespace Name Mixin selector official a
Larg;a(Larj;Larf;Ldiu;)Z
intermediary method_26313
Lnet/minecraft/class_4981;method_26313(Lnet/minecraft/class_1308;Lnet/minecraft/class_4980;Lnet/minecraft/class_243;)Z
named travel
Lnet/minecraft/entity/ItemSteerable;travel(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/entity/SaddledComponent;Lnet/minecraft/util/math/Vec3d;)Z
-