EventType
Link to eventtype
导入类
Link to 导入类
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport mods.pmmo.EventType;
已实现的接口
Link to 已实现的接口
EventType implements the following interfaces. That means all methods defined in these interfaces are also available in EventType
Enum Constants
Link to enum-constants
EventType is an enum. It has 54 enum constants. They are accessible using the code below.
ZenScript Copy<constant:pmmo:eventtype:anvil_repair>
<constant:pmmo:eventtype:block_break>
<constant:pmmo:eventtype:break_speed>
<constant:pmmo:eventtype:block_place>
<constant:pmmo:eventtype:breath_change>
<constant:pmmo:eventtype:breed>
<constant:pmmo:eventtype:brew>
<constant:pmmo:eventtype:consume>
<constant:pmmo:eventtype:craft>
<constant:pmmo:eventtype:receive_damage>
<constant:pmmo:eventtype:from_mobs>
<constant:pmmo:eventtype:from_players>
<constant:pmmo:eventtype:from_animals>
<constant:pmmo:eventtype:from_projectiles>
<constant:pmmo:eventtype:from_magic>
<constant:pmmo:eventtype:from_environment>
<constant:pmmo:eventtype:from_impact>
<constant:pmmo:eventtype:deal_melee_damage>
<constant:pmmo:eventtype:melee_to_mobs>
<constant:pmmo:eventtype:melee_to_players>
<constant:pmmo:eventtype:melee_to_animals>
<constant:pmmo:eventtype:deal_ranged_damage>
<constant:pmmo:eventtype:ranged_to_mobs>
<constant:pmmo:eventtype:ranged_to_players>
<constant:pmmo:eventtype:ranged_to_animals>
<constant:pmmo:eventtype:death>
<constant:pmmo:eventtype:enchant>
<constant:pmmo:eventtype:fish>
<constant:pmmo:eventtype:smelt>
<constant:pmmo:eventtype:grow>
<constant:pmmo:eventtype:health_change>
<constant:pmmo:eventtype:jump>
<constant:pmmo:eventtype:sprint_jump>
<constant:pmmo:eventtype:crouch_jump>
<constant:pmmo:eventtype:world_connect>
<constant:pmmo:eventtype:world_disconnect>
<constant:pmmo:eventtype:hit_block>
<constant:pmmo:eventtype:activate_block>
<constant:pmmo:eventtype:activate_item>
<constant:pmmo:eventtype:entity>
<constant:pmmo:eventtype:respawn>
<constant:pmmo:eventtype:riding>
<constant:pmmo:eventtype:shield_block>
<constant:pmmo:eventtype:skill_up>
<constant:pmmo:eventtype:sleep>
<constant:pmmo:eventtype:sprinting>
<constant:pmmo:eventtype:submerged>
<constant:pmmo:eventtype:swimming>
<constant:pmmo:eventtype:diving>
<constant:pmmo:eventtype:surfacing>
<constant:pmmo:eventtype:swim_sprinting>
<constant:pmmo:eventtype:taming>
<constant:pmmo:eventtype:vein_mine>
<constant:pmmo:eventtype:disable_perk>
使用方式
Link to 使用方式
Name: getCommandString
Return Type: string
ZenScript Copy// EventType.getCommandString() as string
myEventType.getCommandString();
名称 | 类型 | 可获得 | 可设置 |
---|---|---|---|
名称 commandString #命令字符串 | 类型 string | 可获得 true | 可设置 false |