Class ClientEntityMixin
-
- All Implemented Interfaces:
public class ClientEntityMixin
-
-
Constructor Summary
Constructors Constructor Description ClientEntityMixin()
-
Method Summary
Modifier and Type Method Description void
onChangeLookDirection(double x, double y, CallbackInfo ci)
void
onPushAwayFrom(Entity entity, CallbackInfo ci)
void
onSetVelocity(CallbackInfo ci)
void
onUpdateVelocity(CallbackInfo ci)
void
onSetPosition(CallbackInfo ci)
void
onSetPos(CallbackInfo ci)
boolean
freecam$shouldFreeze()
boolean
freecam$allowFreeze()
-
-
Method Detail
-
onChangeLookDirection
void onChangeLookDirection(double x, double y, CallbackInfo ci)
-
onPushAwayFrom
void onPushAwayFrom(Entity entity, CallbackInfo ci)
-
onSetVelocity
void onSetVelocity(CallbackInfo ci)
-
onUpdateVelocity
void onUpdateVelocity(CallbackInfo ci)
-
onSetPosition
void onSetPosition(CallbackInfo ci)
-
onSetPos
void onSetPos(CallbackInfo ci)
-
freecam$shouldFreeze
boolean freecam$shouldFreeze()
-
freecam$allowFreeze
boolean freecam$allowFreeze()
-
-
-
-