Functions
Every public MermaidsAPI call, its full signature, and what it returns.
| Function: | Return: | Description: |
|---|---|---|
MermaidsAPI.isMermaid(Store<EntityStore> store, Ref<EntityStore> ref) | Boolean | Check to see if the reference is a mermaid. |
MermaidsAPI.isMermaid(CommandBuffer<EntityStore> commandBuffer, 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.isUnderwater(CommandBuffer<EntityStore> commandBuffer, 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.isForcedMermaid(CommandBuffer<EntityStore> commandBuffer, 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.setForcedMermaid(CommandBuffer<EntityStore> commandBuffer, 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. |