mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEngine-plugin.git
synced 2025-12-19 14:59:19 +00:00
custom entity
This commit is contained in:
@@ -7,6 +7,7 @@ import com.ticxo.modelengine.api.ModelEngineAPI;
|
||||
import com.ticxo.modelengine.api.model.ActiveModel;
|
||||
import com.ticxo.modelengine.api.model.ModeledEntity;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.entity.Entity;
|
||||
@@ -42,6 +43,16 @@ public final class GeyserModelEngine extends JavaPlugin {
|
||||
@Getter
|
||||
private Cache<Player, Boolean> joinedPlayer;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean spawningModelEntity = false;
|
||||
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
private ModelEntity currentModel = null;
|
||||
|
||||
|
||||
@Getter
|
||||
private int joinSendDelay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user