Package com.ticxo.modelengine.api.nms.entity
package com.ticxo.modelengine.api.nms.entity
-
ClassDescriptionPer-entity accessor that caches the NMS AttributeInstance reference for hot paths, bypassing the AttributeMap HashMap lookup that LivingEntity.getMaxHealth does internally.Mutable, reusable holder for the per-tick entity state, so
EntityHandler.readEntityState(org.bukkit.entity.Entity, com.ticxo.modelengine.api.nms.entity.EntityState)can resolve the NMS handle once instead of once per getter.