Class Velocity.Instruction
java.lang.Object
com.hypixel.hytale.server.core.modules.physics.component.Velocity.Instruction
- Enclosing class:
Velocity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final VelocityConfigprivate final ChangeVelocityTypeprivate final Vector3d -
Constructor Summary
ConstructorsConstructorDescriptionInstruction(Vector3d velocity, VelocityConfig config, ChangeVelocityType type) -
Method Summary
-
Field Details
-
velocity
-
config
-
type
-
-
Constructor Details
-
Instruction
public Instruction(@Nonnull Vector3d velocity, @Nullable VelocityConfig config, @Nonnull ChangeVelocityType type)
-
-
Method Details
-
getVelocity
-
getConfig
-
getType
-