Class EntityTypeTagKeys
java.lang.Object
io.papermc.paper.registry.keys.tags.EntityTypeTagKeys
@NullMarked
@GeneratedFrom("1.21.5")
@Experimental
public final class EntityTypeTagKeys
extends Object
Vanilla tag keys for
RegistryKey.ENTITY_TYPE
.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TagKey
<EntityType> #minecraft:aquatic
static final TagKey
<EntityType> #minecraft:arrows
static final TagKey
<EntityType> #minecraft:arthropod
static final TagKey
<EntityType> #minecraft:axolotl_always_hostiles
static final TagKey
<EntityType> #minecraft:axolotl_hunt_targets
static final TagKey
<EntityType> #minecraft:beehive_inhabitors
static final TagKey
<EntityType> #minecraft:boat
static final TagKey
<EntityType> #minecraft:can_breathe_under_water
static final TagKey
<EntityType> #minecraft:can_equip_saddle
static final TagKey
<EntityType> #minecraft:can_turn_in_boats
static final TagKey
<EntityType> #minecraft:can_wear_horse_armor
static final TagKey
<EntityType> #minecraft:deflects_projectiles
static final TagKey
<EntityType> #minecraft:dismounts_underwater
static final TagKey
<EntityType> #minecraft:fall_damage_immune
static final TagKey
<EntityType> #minecraft:freeze_hurts_extra_types
static final TagKey
<EntityType> #minecraft:freeze_immune_entity_types
static final TagKey
<EntityType> #minecraft:frog_food
static final TagKey
<EntityType> #minecraft:ignores_poison_and_regen
static final TagKey
<EntityType> #minecraft:illager
static final TagKey
<EntityType> #minecraft:illager_friends
static final TagKey
<EntityType> #minecraft:immune_to_infested
static final TagKey
<EntityType> #minecraft:immune_to_oozing
static final TagKey
<EntityType> #minecraft:impact_projectiles
static final TagKey
<EntityType> #minecraft:inverted_healing_and_harm
static final TagKey
<EntityType> #minecraft:no_anger_from_wind_charge
static final TagKey
<EntityType> #minecraft:non_controlling_rider
static final TagKey
<EntityType> #minecraft:not_scary_for_pufferfish
static final TagKey
<EntityType> #minecraft:powder_snow_walkable_mobs
static final TagKey
<EntityType> #minecraft:raiders
static final TagKey
<EntityType> #minecraft:redirectable_projectile
static final TagKey
<EntityType> #minecraft:sensitive_to_bane_of_arthropods
static final TagKey
<EntityType> #minecraft:sensitive_to_impaling
static final TagKey
<EntityType> #minecraft:sensitive_to_smite
static final TagKey
<EntityType> #minecraft:skeletons
static final TagKey
<EntityType> #minecraft:undead
static final TagKey
<EntityType> #minecraft:wither_friends
static final TagKey
<EntityType> #minecraft:zombies
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagKey
<EntityType> Creates a tag key forEntityType
in the registryminecraft:entity_type
.
-
Field Details
-
AQUATIC
#minecraft:aquatic
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ARROWS
#minecraft:arrows
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ARTHROPOD
#minecraft:arthropod
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
AXOLOTL_ALWAYS_HOSTILES
#minecraft:axolotl_always_hostiles
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
AXOLOTL_HUNT_TARGETS
#minecraft:axolotl_hunt_targets
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BEEHIVE_INHABITORS
#minecraft:beehive_inhabitors
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BOAT
#minecraft:boat
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CAN_BREATHE_UNDER_WATER
#minecraft:can_breathe_under_water
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CAN_EQUIP_SADDLE
#minecraft:can_equip_saddle
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CAN_TURN_IN_BOATS
#minecraft:can_turn_in_boats
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CAN_WEAR_HORSE_ARMOR
#minecraft:can_wear_horse_armor
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DEFLECTS_PROJECTILES
#minecraft:deflects_projectiles
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DISMOUNTS_UNDERWATER
#minecraft:dismounts_underwater
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FALL_DAMAGE_IMMUNE
#minecraft:fall_damage_immune
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FREEZE_HURTS_EXTRA_TYPES
#minecraft:freeze_hurts_extra_types
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FREEZE_IMMUNE_ENTITY_TYPES
#minecraft:freeze_immune_entity_types
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FROG_FOOD
#minecraft:frog_food
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
IGNORES_POISON_AND_REGEN
#minecraft:ignores_poison_and_regen
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ILLAGER
#minecraft:illager
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ILLAGER_FRIENDS
#minecraft:illager_friends
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
IMMUNE_TO_INFESTED
#minecraft:immune_to_infested
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
IMMUNE_TO_OOZING
#minecraft:immune_to_oozing
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
IMPACT_PROJECTILES
#minecraft:impact_projectiles
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
INVERTED_HEALING_AND_HARM
#minecraft:inverted_healing_and_harm
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NO_ANGER_FROM_WIND_CHARGE
#minecraft:no_anger_from_wind_charge
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NON_CONTROLLING_RIDER
#minecraft:non_controlling_rider
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NOT_SCARY_FOR_PUFFERFISH
#minecraft:not_scary_for_pufferfish
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
POWDER_SNOW_WALKABLE_MOBS
#minecraft:powder_snow_walkable_mobs
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
RAIDERS
#minecraft:raiders
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
REDIRECTABLE_PROJECTILE
#minecraft:redirectable_projectile
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SENSITIVE_TO_BANE_OF_ARTHROPODS
#minecraft:sensitive_to_bane_of_arthropods
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SENSITIVE_TO_IMPALING
#minecraft:sensitive_to_impaling
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SENSITIVE_TO_SMITE
#minecraft:sensitive_to_smite
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SKELETONS
#minecraft:skeletons
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
UNDEAD
#minecraft:undead
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WITHER_FRIENDS
#minecraft:wither_friends
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
ZOMBIES
#minecraft:zombies
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a tag key forEntityType
in the registryminecraft:entity_type
.- Parameters:
key
- the tag key's key- Returns:
- a new tag key
-