Package net.minecraftforge.common
Class DungeonHooks.DungeonMob
- java.lang.Object
-
- net.minecraft.util.WeightedRandom.Item
-
- net.minecraftforge.common.DungeonHooks.DungeonMob
-
- Enclosing class:
- DungeonHooks
public static class DungeonHooks.DungeonMob extends WeightedRandom.Item
-
-
Field Summary
Fields Modifier and Type Field Description EntityType<?>
type
-
Fields inherited from class net.minecraft.util.WeightedRandom.Item
weight
-
-
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)
-
-
-
Field Detail
-
type
public final EntityType<?> type
-
-
Constructor Detail
-
DungeonMob
public DungeonMob(int weight, EntityType<?> type)
-
-