Function: Return: Description:
MermaidsAPI.isMermaid(Store<EntityStore> store, Ref<EntityStore> ref) Boolean Check to see if the reference is a mermaid.
MermaidsAPI.isUnderwater(Store<EntityStore> store, Ref<EntityStore> ref) Boolean Check to see if the reference is underwater.
MermaidsAPI.isForcedMermaid(Store<EntityStore> store, Ref<EntityStore> ref) Boolean Check to see if the reference is forced to be a mermaid.
MermaidsAPI.setForcedMermaid(Store<EntityStore> store, Ref<EntityStore> ref, boolean forcedMermaid)   Force the reference to be / not be a mermaid.
MermaidsAPI.ifRequireForcedMermaid() Boolean Get required that all users to need the Forced Mermaid setting to be a mermaid.
MermaidsAPI.setRequireForcedMermaid(boolean requireForcedMermaid)   Require that all users to need the Forced Mermaid setting to be a mermaid.
MermaidsAPI.ifForcedMermaidOnlyInWater() Boolean Get if forced Mermaid will only work if player is in water.
MermaidsAPI.setForcedMermaidOnlyInWater(boolean forcedOnlyInWater)   Forced Mermaid will only work if player is in water.
MermaidsAPI.isForcedMermaidOrbisOrigin(Store<EntityStore> store, Ref<EntityStore> ref) Boolean Check to see if the reference is forced to be a mermaid for the Orbis Origin Mod.
MermaidsAPI.setForcedMermaidOrbisOrigin(Store<EntityStore> store, Ref<EntityStore> ref, boolean forcedMermaid)   Force the reference to be / not be a mermaid for the Orbis Origin Mod.