Package com.plotsquared.core.util.entity
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
FieldsModifier and TypeFieldDescriptionstatic final com.sk89q.worldedit.registry.NamespacedRegistry<EntityCategory> Fields inherited from class com.sk89q.worldedit.registry.Category
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sk89q.worldedit.registry.Category
contains, getAll, getId, invalidateCache, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sk89q.worldedit.registry.Keyed
getId
-
Field Details
-
REGISTRY
-
-
Constructor Details
-
EntityCategory
-
-
Method Details
-
load
- Specified by:
loadin classcom.sk89q.worldedit.registry.Category<com.sk89q.worldedit.world.entity.EntityType>
-