Package io.papermc.paper.tag
Class EntityTags
java.lang.Object
io.papermc.paper.tag.EntityTags
All tags in this class are unmodifiable, attempting to modify them will throw an
UnsupportedOperationException
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final EntitySetTag
Covers all horsesstatic final EntitySetTag
Covers all minecartsstatic final EntitySetTag
Covers mobs that split into smaller mobsstatic final EntitySetTag
Covers undead mobsstatic final EntitySetTag
Covers all water based mobs -
Constructor Summary
-
Method Summary
-
Field Details
-
UNDEADS
Covers undead mobs- See Also:
-
HORSES
Covers all horses -
MINECARTS
Covers all minecarts -
SPLITTING_MOBS
Covers mobs that split into smaller mobs -
WATER_BASED
Covers all water based mobs- See Also:
-
-
Constructor Details
-
EntityTags
public EntityTags()
-