Package-level declarations

Types

Link copied to clipboard
public final class DisguiseAPI
Public entry point for the FMM disguise feature.
Link copied to clipboard
public class FmmReloadedEvent extends Event
Fires after FMM finishes its initialization sequence — both on initial server startup and after every /freeminecraftmodels reload.
Link copied to clipboard
public final class ItemConstructionSnapshot
Captured on the server thread; its immutable item data can be applied by a construction worker.
Link copied to clipboard
public final class LocationAPI
Public API for external plugins to contribute dungeon and region-protection detection to FMM's Lua em.location.is_in_dungeon and em.location.is_protected checks.
Link copied to clipboard
public class ModeledEntityHitboxContactEvent extends Event implements Cancellable
Link copied to clipboard
public class ModeledEntityHitByProjectileEvent extends Event implements Cancellable
Link copied to clipboard
public final class ModeledEntityInteractEvent extends PlayerInteractEntityEvent
Entity permission check for a model right-click, with the real backing entity as its target.
Link copied to clipboard
public class ModeledEntityLeftClickEvent extends Event implements Cancellable
Link copied to clipboard
Link copied to clipboard
public class ModeledEntityRightClickEvent extends Event implements Cancellable
Link copied to clipboard
public final class ModelItemAPI
Public, presentation-only access to FMM item models.
Link copied to clipboard
public final class ScriptedItemAPI
Applies the current FMM authored-item identity and display model to host-owned items.