Class Compat1_17

java.lang.Object
me.lokka30.levelledmobs.compatibility.Compat1_17

public class Compat1_17 extends Object
Holds lists of entity types that are only present in minecraft 1.17 and newer. Must be a separate class to maintain compatibility with older versions
Since:
3.0.0
  • Constructor Details

    • Compat1_17

      public Compat1_17()
  • Method Details

    • getPassiveMobs

      public static HashSet<org.bukkit.entity.EntityType> getPassiveMobs()
    • getForceBlockedEntityType

      @Contract(pure=true) @NotNull public static @NotNull @Unmodifiable Collection<org.bukkit.entity.EntityType> getForceBlockedEntityType()