Java net.minecraftforge.common DungeonHooks fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.common DungeonHooks fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.common DungeonHooks.

The text is from its open source code.

Method

floataddDungeonMob(EntityType type, int rarity)
Adds a mob to the possible list of creatures the spawner will create.
EntityTypegetRandomDungeonMob(Random rand)
Gets a random mob name from the list.
intremoveDungeonMob(EntityType name)
Will completely remove a Mob from the dungeon spawn list.