Package net.minecraft.entity
Interface ItemSteerable
- All Known Implementing Classes:
PigEntity
,StriderEntity
public interface ItemSteerable
- Mappings:
Namespace Name official bed
intermediary net/minecraft/class_4981
named net/minecraft/entity/ItemSteerable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
float
void
setMovementInput
(Vec3d movementInput) default boolean
travel
(MobEntity entity, SaddledComponent saddledEntity, Vec3d movementInput)
-
Method Details
-
consumeOnAStickItem
boolean consumeOnAStickItem()- Mappings:
Namespace Name Mixin selector official a
Lbed;a()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
Lbed;a(Leae;)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 b
Lbed;b()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
Lbed;a(Lbei;Lbec;Leae;)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
-