public class AnimalSpawnerRecipe
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
aura |
net.minecraft.util.ResourceLocation |
entity |
net.minecraft.item.crafting.Ingredient[] |
ingredients |
net.minecraft.util.ResourceLocation |
name |
int |
time |
| Constructor and Description |
|---|
AnimalSpawnerRecipe(net.minecraft.util.ResourceLocation name,
net.minecraft.util.ResourceLocation entity,
int aura,
int time,
net.minecraft.item.crafting.Ingredient... ingredients) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.entity.Entity |
makeEntity(net.minecraft.world.World world) |
AnimalSpawnerRecipe |
register() |
public final net.minecraft.util.ResourceLocation name
public final net.minecraft.item.crafting.Ingredient[] ingredients
public final net.minecraft.util.ResourceLocation entity
public final int aura
public final int time
public AnimalSpawnerRecipe(net.minecraft.util.ResourceLocation name,
net.minecraft.util.ResourceLocation entity,
int aura,
int time,
net.minecraft.item.crafting.Ingredient... ingredients)
public net.minecraft.entity.Entity makeEntity(net.minecraft.world.World world)
public AnimalSpawnerRecipe register()