Class DungeonHooks.DungeonMob

    • Constructor Summary

      Constructors 
      Constructor Description
      DungeonMob​(int weight, EntityType<?> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object target)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DungeonMob

        public DungeonMob​(int weight,
                          EntityType<?> type)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object target)
        Overrides:
        equals in class java.lang.Object