Package com.hbm_m.interfaces
Interface IDoorAnimator
- All Known Implementing Classes:
LegacyAnimator
public interface IDoorAnimator
Server-safe abstraction for door transform animation.
Implemented on the client by renderer-specific animators.
-
Method Summary
-
Method Details
-
translate
void translate(double x, double y, double z) -
rotate
void rotate(float degrees, float x, float y, float z)
-