Uses of Interface
com.ticxo.modelengine.api.model.IModel
Packages that use IModel
Package
Description
-
Uses of IModel in com.ticxo.modelengine.api.entity
Methods in com.ticxo.modelengine.api.entity with parameters of type IModelModifier and TypeMethodDescriptionBaseEntity.wrapRangeManager
(IModel model) Create a wrapper for the render range manager of this entity.
For bukkit entities, wrap withEntityHandler.wrapRangeManager(Entity)
.BukkitEntity.wrapRangeManager
(IModel model) BukkitPlayer.wrapRangeManager
(IModel model) Dummy.wrapRangeManager
(IModel model) -
Uses of IModel in com.ticxo.modelengine.api.model
Subinterfaces of IModel in com.ticxo.modelengine.api.modelModifier and TypeInterfaceDescriptioninterface
The container class of multipleActiveModel
s.
This class handles all attribute general to the model carrier, but not specific to any instances ofActiveModel
. -
Uses of IModel in com.ticxo.modelengine.api.model.vfx
Subinterfaces of IModel in com.ticxo.modelengine.api.model.vfx -
Uses of IModel in com.ticxo.modelengine.api.nms.entity.impl
Constructors in com.ticxo.modelengine.api.nms.entity.impl with parameters of type IModel