Package me.lokka30.levelledmobs.misc
Enum Class DebugType
- All Implemented Interfaces:
Serializable
,Comparable<DebugType>
,Constable
Holds the enums used for showing debug data
- Since:
- 2.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionLogged when LM is checking if a mob can have a level applied to it, and whether it was successfulWhen custom commands are being executedMisc events related to an entityLogged when LM analyses a mob that spawns on the server.Logged when LM processes a tamed entity, which may require re-levellingLogged when LM is processing a entity tame event but is denied due to conditionsLogged when LM is processing a mob from a creature spawnerWhen applying NBT to a mobLogged when LM adjusts the ranged damage amounts from projectiles and guardians through events (Minecraft doesn't have attributes for these)Logged when LM is adjusting the amount of drops a mob createsLogged when LM is adjusting the nametag of a levelled mob, but fails to do soLogged when LM is adjusting the nametag of a levelled mob, and succeeds in doing so -
Method Summary
-
Enum Constant Details
-
APPLY_LEVEL_SUCCESS
Logged when LM is checking if a mob can have a level applied to it, and whether it was successful -
APPLY_LEVEL_FAIL
-
ENTITY_SPAWN
Logged when LM analyses a mob that spawns on the server. -
RANGED_DAMAGE_MODIFICATION
Logged when LM adjusts the ranged damage amounts from projectiles and guardians through events (Minecraft doesn't have attributes for these) -
CREEPER_BLAST_RADIUS
-
ENTITY_TAME
Logged when LM processes a tamed entity, which may require re-levelling -
SET_LEVELLED_ITEM_DROPS
Logged when LM is adjusting the amount of drops a mob creates -
SET_LEVELLED_XP_DROPS
-
UPDATE_NAMETAG_FAIL
Logged when LM is adjusting the nametag of a levelled mob, but fails to do so -
ENTITY_TRANSFORM_FAIL
Logged when LM is processing a entity tame event but is denied due to conditions -
UPDATE_NAMETAG_SUCCESS
Logged when LM is adjusting the nametag of a levelled mob, and succeeds in doing so -
ENTITY_MISC
Misc events related to an entity -
CUSTOM_COMMANDS
When custom commands are being executed -
NBT_APPLY_SUCCESS
When applying NBT to a mob -
MOB_SPAWNER
Logged when LM is processing a mob from a creature spawner -
DENIED_RULE_ENTITIES_LIST
-
DENIED_RULE_MINLEVEL
-
DENIED_RULE_MAXLEVEL
-
DENIED_RULE_WORLD_LIST
-
DENIED_RULE_BIOME_LIST
-
DENIED_RULE_PLUGIN_COMPAT
-
DENIED_RULE_SPAWN_REASON
-
DENIED_RULE_CUSTOM_NAME
-
DENIED_RULE_CHANCE
-
DENIED_RULE_WG_REGION
-
DENIED_RULE_WG_REGION_OWNER
-
DENIED_RULE_Y_LEVEL
-
DENIED_RULE_MIN_SPAWN_DISTANCE
-
DENIED_RULE_MAX_SPAWN_DISTANCE
-
DENIED_RULE_STOP_PROCESSING
-
PLAYER_LEVELLING
-
DENIED_RULE_MYTHIC_MOBS_INTERNAL_NAME
-
DENIED_RULE_SPAWNER_NAME
-
DENIED_RULE_WORLD_TIME_TICK
-
DENIED_RULE_PERMISSION
-
ATTRIBUTE_MULTIPLIERS
-
CUSTOM_DROPS
-
CUSTOM_EQUIPS
-
MOB_GROUPS
-
GROUP_LIMITS
-
THREAD_LOCKS
-
SCOREBOARD_TAGS
-
SKYLIGHT_LEVEL
-
CHUNK_KILL_COUNT
-
RULE_COOLDOWN
-
MULTIPLIER_REMOVED
-
DENIED_RULE_WITH_COORDINATES
-
MOB_HASH
-
LEW_CACHE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-