Class PixelmonMovementFlying
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
pixelmon -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMovement(List<EnumKeybinds> movements) voidfinal net.minecraft.world.phys.Vec3transform(org.joml.Matrix3f mat, net.minecraft.world.phys.Vec3 t) voidupdatePassenger(net.minecraft.world.entity.Entity passenger, org.joml.Vector3f offsets) Methods inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
add, createRotationMatrix, mul, scale
-
Constructor Details
-
PixelmonMovementFlying
-
-
Method Details
-
handleMovement
- Specified by:
handleMovementin classPixelmonMovementBase
-
onLivingUpdate
public void onLivingUpdate()- Specified by:
onLivingUpdatein classPixelmonMovementBase
-
updatePassenger
public void updatePassenger(net.minecraft.world.entity.Entity passenger, org.joml.Vector3f offsets) - Specified by:
updatePassengerin classPixelmonMovementBase
-
transform
public final net.minecraft.world.phys.Vec3 transform(org.joml.Matrix3f mat, net.minecraft.world.phys.Vec3 t)
-