本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
全站通知:
模块:Mob type values
刷
历
编
跳到导航
跳到搜索
return {
-- ARTHROPOD
['bee'] = 'ARTHROPOD',
['cave_spider'] = 'ARTHROPOD',
['endermite'] = 'ARTHROPOD',
['silverfish'] = 'ARTHROPOD',
['spider'] = 'ARTHROPOD',
-- ILLAGER
['evoker'] = 'ILLAGER',
['illusioner'] = 'ILLAGER',
['pillager'] = 'ILLAGER',
['vindicator'] = 'ILLAGER',
-- NON_LIVING_ENTITY
['area_effect_cloud'] = 'NON_LIVING_ENTITY',
['arrow'] = 'NON_LIVING_ENTITY',
['block_display'] = 'NON_LIVING_ENTITY',
['boat'] = 'NON_LIVING_ENTITY',
['chest_boat'] = 'NON_LIVING_ENTITY',
['chest_minecart'] = 'NON_LIVING_ENTITY',
['command_block_minecart'] = 'NON_LIVING_ENTITY',
['dragon_fireball'] = 'NON_LIVING_ENTITY',
['egg'] = 'NON_LIVING_ENTITY',
['end_crystal'] = 'NON_LIVING_ENTITY',
['ender_pearl'] = 'NON_LIVING_ENTITY',
['evoker_fangs'] = 'NON_LIVING_ENTITY',
['experience_bottle'] = 'NON_LIVING_ENTITY',
['experience_orb'] = 'NON_LIVING_ENTITY',
['eye_of_ender'] = 'NON_LIVING_ENTITY',
['falling_block'] = 'NON_LIVING_ENTITY',
['fireball'] = 'NON_LIVING_ENTITY',
['firework_rocket'] = 'NON_LIVING_ENTITY',
['fishing_bobber'] = 'NON_LIVING_ENTITY',
['furnace_minecart'] = 'NON_LIVING_ENTITY',
['glow_item_frame'] = 'NON_LIVING_ENTITY',
['hopper_minecart'] = 'NON_LIVING_ENTITY',
['interaction'] = 'NON_LIVING_ENTITY',
['item'] = 'NON_LIVING_ENTITY',
['item_display'] = 'NON_LIVING_ENTITY',
['item_frame'] = 'NON_LIVING_ENTITY',
['leash_knot'] = 'NON_LIVING_ENTITY',
['lightning_bolt'] = 'NON_LIVING_ENTITY',
['llama_spit'] = 'NON_LIVING_ENTITY',
['marker'] = 'NON_LIVING_ENTITY',
['minecart'] = 'NON_LIVING_ENTITY',
['painting'] = 'NON_LIVING_ENTITY',
['player'] = 'NON_LIVING_ENTITY',
['potion'] = 'NON_LIVING_ENTITY',
['shulker_bullet'] = 'NON_LIVING_ENTITY',
['small_fireball'] = 'NON_LIVING_ENTITY',
['snowball'] = 'NON_LIVING_ENTITY',
['spawner_minecart'] = 'NON_LIVING_ENTITY',
['spectral_arrow'] = 'NON_LIVING_ENTITY',
['text_display'] = 'NON_LIVING_ENTITY',
['tnt'] = 'NON_LIVING_ENTITY',
['tnt_minecart'] = 'NON_LIVING_ENTITY',
['trident'] = 'NON_LIVING_ENTITY',
['wind_charge'] = 'NON_LIVING_ENTITY',
['wither_skull'] = 'NON_LIVING_ENTITY',
-- UNDEAD
['drowned'] = 'UNDEAD',
['husk'] = 'UNDEAD',
['phantom'] = 'UNDEAD',
['skeleton'] = 'UNDEAD',
['skeleton_horse'] = 'UNDEAD',
['stray'] = 'UNDEAD',
['wither'] = 'UNDEAD',
['wither_skeleton'] = 'UNDEAD',
['zoglin'] = 'UNDEAD',
['zombie'] = 'UNDEAD',
['zombie_horse'] = 'UNDEAD',
['zombie_villager'] = 'UNDEAD',
['zombified_piglin'] = 'UNDEAD',
-- UNDEFINED
['allay'] = 'UNDEFINED',
['armor_stand'] = 'UNDEFINED',
['bat'] = 'UNDEFINED',
['blaze'] = 'UNDEFINED',
['breeze'] = 'UNDEFINED',
['camel'] = 'UNDEFINED',
['cat'] = 'UNDEFINED',
['chicken'] = 'UNDEFINED',
['cow'] = 'UNDEFINED',
['creeper'] = 'UNDEFINED',
['donkey'] = 'UNDEFINED',
['ender_dragon'] = 'UNDEFINED',
['enderman'] = 'UNDEFINED',
['fox'] = 'UNDEFINED',
['frog'] = 'UNDEFINED',
['ghast'] = 'UNDEFINED',
['giant'] = 'UNDEFINED',
['goat'] = 'UNDEFINED',
['hoglin'] = 'UNDEFINED',
['horse'] = 'UNDEFINED',
['iron_golem'] = 'UNDEFINED',
['llama'] = 'UNDEFINED',
['magma_cube'] = 'UNDEFINED',
['mooshroom'] = 'UNDEFINED',
['mule'] = 'UNDEFINED',
['ocelot'] = 'UNDEFINED',
['panda'] = 'UNDEFINED',
['parrot'] = 'UNDEFINED',
['pig'] = 'UNDEFINED',
['piglin'] = 'UNDEFINED',
['piglin_brute'] = 'UNDEFINED',
['polar_bear'] = 'UNDEFINED',
['rabbit'] = 'UNDEFINED',
['ravager'] = 'UNDEFINED',
['sheep'] = 'UNDEFINED',
['shulker'] = 'UNDEFINED',
['slime'] = 'UNDEFINED',
['sniffer'] = 'UNDEFINED',
['snow_golem'] = 'UNDEFINED',
['strider'] = 'UNDEFINED',
['trader_llama'] = 'UNDEFINED',
['vex'] = 'UNDEFINED',
['villager'] = 'UNDEFINED',
['wandering_trader'] = 'UNDEFINED',
['warden'] = 'UNDEFINED',
['witch'] = 'UNDEFINED',
['wolf'] = 'UNDEFINED',
-- WATER
['axolotl'] = 'WATER',
['cod'] = 'WATER',
['dolphin'] = 'WATER',
['elder_guardian'] = 'WATER',
['glow_squid'] = 'WATER',
['guardian'] = 'WATER',
['pufferfish'] = 'WATER',
['salmon'] = 'WATER',
['squid'] = 'WATER',
['tadpole'] = 'WATER',
['tropical_fish'] = 'WATER',
['turtle'] = 'WATER',
}