Class EntityCategory

java.lang.Object
com.sk89q.worldedit.registry.Category<com.sk89q.worldedit.world.entity.EntityType>
com.plotsquared.core.util.entity.EntityCategory
All Implemented Interfaces:
com.sk89q.worldedit.registry.Keyed

public class EntityCategory extends com.sk89q.worldedit.registry.Category<com.sk89q.worldedit.world.entity.EntityType> implements com.sk89q.worldedit.registry.Keyed
Categories to which an Entity may belong
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.sk89q.worldedit.registry.NamespacedRegistry<EntityCategory>
     

    Fields inherited from class com.sk89q.worldedit.registry.Category

    id
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<com.sk89q.worldedit.world.entity.EntityType>
     

    Methods inherited from class com.sk89q.worldedit.registry.Category

    contains, getAll, getId, invalidateCache, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.sk89q.worldedit.registry.Keyed

    getId
  • Field Details

  • Constructor Details

  • Method Details

    • load

      protected Set<com.sk89q.worldedit.world.entity.EntityType> load()
      Specified by:
      load in class com.sk89q.worldedit.registry.Category<com.sk89q.worldedit.world.entity.EntityType>