Package net.minecraft.entity
Interface AttackPosOffsettingMount
- All Known Implementing Classes:
 CamelEntity
public interface AttackPosOffsettingMount
A mount which offsets the attack position of its passengers.
- See Also:
 - Mappings:
 Namespace Name official bgpintermediary net/minecraft/class_7997named net/minecraft/entity/AttackPosOffsettingMount
- 
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns an offset to the Y co-ordinate of passengers' positions, for use in their attack positions. 
- 
Method Details
- 
getPassengerAttackYOffset
double getPassengerAttackYOffset()Returns an offset to the Y co-ordinate of passengers' positions, for use in their attack positions.- Returns:
 - an offset to the Y co-ordinate of passengers' positions, for use in their attack positions
 - See Also:
 - Mappings:
 Namespace Name Mixin selector official dLbgp;d()Dintermediary method_47923Lnet/minecraft/class_7997;method_47923()Dnamed getPassengerAttackYOffsetLnet/minecraft/entity/AttackPosOffsettingMount;getPassengerAttackYOffset()D
 
 -