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 SummaryFieldsModifier and TypeFieldDescriptionstatic final EntitySetTagCovers all horsesstatic final EntitySetTagCovers all minecartsstatic final EntitySetTagCovers mobs that split into smaller mobsstatic final EntitySetTagCovers undead mobsstatic final EntitySetTagCovers all water based mobs
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
UNDEADSCovers undead mobs
- 
HORSESCovers all horses
- 
MINECARTSCovers all minecarts
- 
SPLITTING_MOBSCovers mobs that split into smaller mobs
- 
WATER_BASEDCovers all water based mobs
 
- 
- 
Constructor Details- 
EntityTagspublic EntityTags()
 
-