-
-
Method Summary
void
Update method called from an async thread.
boolean
double
double
boolean
double
void
Called after all renderers under the
owner
of
this data object have finished rendering.
int
void
org.bukkit.Location
List<org.bukkit.entity.Entity>
Set<org.bukkit.entity.Player>
Set<org.bukkit.entity.Player>
boolean
default void
default void
void
void
void
void
void
void
void
void
void
void
void
void
void
Update method called from the server thread.
boolean
double
Methods inherited from interface com.ticxo.modelengine.api.utils.data.io.DataIO
save
-
-
Method Details
-
asyncUpdate
void asyncUpdate()
Update method called from an async thread.
-
syncUpdate
void syncUpdate()
Update method called from the server thread.
-
cleanup
void cleanup()
Called after all renderers under the
owner
of
this data object have finished rendering. Useful for cleaning up per-tick data.
-
-
isDataValid
boolean isDataValid()
-
getLocation
org.bukkit.Location getLocation()
-
getPassengers
List<org.bukkit.entity.Entity> getPassengers()
-
getStartTracking
Set<org.bukkit.entity.Player> getStartTracking()
-
-
getStopTracking
Set<org.bukkit.entity.Player> getStopTracking()
-
-
setCullHitbox
void setCullHitbox(Hitbox hitbox)
-
-
setCullInterval
void setCullInterval(Integer interval)
-
cullInterval
int cullInterval()
-
-
-
verticalCull
boolean verticalCull()
-
getVerticalCullDistance
Double getVerticalCullDistance()
-
setVerticalCullDistance
void setVerticalCullDistance(Double distance)
-
verticalCullDistance
double verticalCullDistance()
-
-
-
-
-
-
backCull
boolean backCull()
-
-
setBackCullAngle
void setBackCullAngle(Double distance)
-
backCullAngle
double backCullAngle()
-
getBackCullIgnoreRadius
Double getBackCullIgnoreRadius()
-
setBackCullIgnoreRadius
void setBackCullIgnoreRadius(Double radius)
-
backCullIgnoreRadius
double backCullIgnoreRadius()
-
-
-
-
-
-
blockedCull
boolean blockedCull()
-
getBlockedCullIgnoreRadius
Double getBlockedCullIgnoreRadius()
-
setBlockedCullIgnoreRadius
void setBlockedCullIgnoreRadius(Double radius)
-
blockedCullIgnoreRadius
double blockedCullIgnoreRadius()
-
-
-
-
-