DisguiseEntity

public class DisguiseEntity

Constructors

Link copied to clipboard
public void DisguiseEntity()

Functions

Link copied to clipboard
public static void disguise(String disguiseName, Entity entity, String customDisguiseData, String filename)
This method disguises the entity based on a config entry.
Link copied to clipboard
public static boolean disguiseNext(String disguiseName, String displayName, boolean nameVisible, String customDisguiseData, String filename)
Link copied to clipboard
public static double getDisguiseHeight(Entity entity, double scale)
Height of the visible disguise at the NPC's configured entity scale.
Link copied to clipboard
public static void setDisguiseNameVisibility(boolean disguiseNameVisibility, Entity entity, String name)
Link copied to clipboard
public static void undisguise(Entity entity)
Removes any active disguise when an entity is discarded.