Class EntityLists

java.lang.Object
com.palmergames.bukkit.towny.object.AbstractRegistryList<org.bukkit.entity.EntityType>
com.palmergames.bukkit.util.EntityLists

public class EntityLists extends AbstractRegistryList<org.bukkit.entity.EntityType>
  • Field Details

    • VEHICLES

      public static final EntityLists VEHICLES
    • MOUNTABLE

      public static final EntityLists MOUNTABLE
    • MILKABLE

      public static final EntityLists MILKABLE
    • DYEABLE

      public static final EntityLists DYEABLE
    • SWITCH_PROTECTED

      public static final EntityLists SWITCH_PROTECTED
    • RIGHT_CLICK_PROTECTED

      public static final EntityLists RIGHT_CLICK_PROTECTED
    • DESTROY_PROTECTED

      public static final EntityLists DESTROY_PROTECTED
    • ITEM_FRAMES

      public static final EntityLists ITEM_FRAMES
    • HANGING

      public static final EntityLists HANGING
    • BOATS

      public static final EntityLists BOATS
    • EXPLOSIVE

      public static final EntityLists EXPLOSIVE
    • PVE_EXPLOSIVE

      public static final EntityLists PVE_EXPLOSIVE
    • PVP_EXPLOSIVE

      public static final EntityLists PVP_EXPLOSIVE
    • ANIMALS

      public static final EntityLists ANIMALS
  • Constructor Details

    • EntityLists

      public EntityLists(Collection<org.bukkit.entity.EntityType> collection)
  • Method Details

    • contains

      public boolean contains(@NotNull @NotNull org.bukkit.entity.Entity entity)
    • newBuilder

      public static AbstractRegistryList.Builder<org.bukkit.entity.EntityType,EntityLists> newBuilder()