HyCodeYourTale
classpublicabstractPriority 3

Knockback

com.hypixel.hytale.server.core.modules.interaction.interaction.config.server.combat.Knockback

6

Methods

6

Public Methods

4

Fields

1

Constructors

Constants

BuilderCodec<Knockback>BASE_CODEC= BuilderCodec.abstractBuilder(Knockback.class) .append( new KeyedCodec<>("Force", C...
CodecMapCodec<Knockback>CODEC= new CodecMapCodec<>("Type", true)

Constructors

protected
Knockback()

Methods

Public Methods (6)

public
Vector3d calculateVector(Vector3d var1, float var2, Vector3d var3)
public
float getDuration()
public
float getForce()
public
VelocityConfig getVelocityConfig()
public
ChangeVelocityType getVelocityType()
public
String toString()
@Nonnull@Override

Fields

Protected Fields (3)

protectedfloat duration
protectedfloat force
protectedChangeVelocityType velocityType

Private/Package Fields (1)

privateVelocityConfig velocityConfig

Related Classes