Minecraft-Console-Client/MinecraftClient/Pathing/Execution/TransitionInputProfile.cs

13 lines
205 B
C#
Raw Normal View History

namespace MinecraftClient.Pathing.Execution
{
public enum TransitionInputProfile
{
Carry,
Coast,
Brake,
AirHoldForward,
AirRelease,
AirBrake
}
}