Class PixelmonMovementGround
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementGround
-
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) voidvoidupdatePassenger(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
-
PixelmonMovementGround
-
-
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
-