Uses of Interface
com.ticxo.modelengine.api.model.vfx.VFX
Packages that use VFX
Package
Description
-
Uses of VFX in com.ticxo.modelengine.api
Methods in com.ticxo.modelengine.api that return VFXModifier and TypeMethodDescriptionstatic VFX
ModelEngineAPI.createVFX
(BaseEntity<?> entity) Create a newVFX
from a custom target.static VFX
ModelEngineAPI.createVFX
(org.bukkit.entity.Entity entity) Create a newVFX
from a bukkit entity.static VFX
ModelEngineAPI.createVFX
(org.bukkit.entity.Player player) Create a newVFX
from a bukkit player.abstract VFX
ModelEngineAPI.createVFXImpl
(BaseEntity<?> base) -
Uses of VFX in com.ticxo.modelengine.api.model.mananger
Methods in com.ticxo.modelengine.api.model.mananger that return VFXMethods in com.ticxo.modelengine.api.model.mananger with parameters of type VFX -
Uses of VFX in com.ticxo.modelengine.api.nms.entity
Methods in com.ticxo.modelengine.api.nms.entity with parameters of type VFX