Interface RenderableEntity
- All Superinterfaces:
BoneTransformSupplier
- All Known Implementing Classes:
AbstractBattleEntity,AbstractClientEntity,AbstractHasStatsEntity,AbstractHoldsItemsEntity,AbstractInteractionsEntity,AbstractMovesEntity,NPC,PixelmonEntity,StatueEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault intdefault org.joml.Matrix4f[]boneTransforms(RenderContext renderContext, int meshId) default Stringdefault AnimationVariablesgetAnimationVariables(ModelData modelData) getModel()default booleandefault booleandefault booleandefault booleanvoid
-
Method Details
-
isWireFrame
default boolean isWireFrame() -
isOverlay
default boolean isOverlay() -
isDisableTexture
default boolean isDisableTexture() -
isFullbright
default boolean isFullbright() -
getAnimationVariables
-
animationTime
default int animationTime() -
getAnimation
-
getModel
-
tickAnimation
void tickAnimation() -
boneTransforms
- Specified by:
boneTransformsin interfaceBoneTransformSupplier
-