| Package | Description |
|---|---|
| net.minecraft.entity.monster | |
| net.minecraft.entity.passive | |
| net.minecraft.world.gen.structure | |
| net.minecraftforge.fml.common.registry |
| Modifier and Type | Field and Description |
|---|---|
private VillagerRegistry.VillagerProfession |
EntityZombieVillager.prof |
| Modifier and Type | Method and Description |
|---|---|
VillagerRegistry.VillagerProfession |
EntityZombieVillager.getForgeProfession() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityZombieVillager.setForgeProfession(VillagerRegistry.VillagerProfession prof) |
| Modifier and Type | Field and Description |
|---|---|
private VillagerRegistry.VillagerProfession |
EntityVillager.prof |
| Modifier and Type | Method and Description |
|---|---|
VillagerRegistry.VillagerProfession |
EntityVillager.getProfessionForge() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityVillager.setProfession(VillagerRegistry.VillagerProfession prof) |
| Modifier and Type | Method and Description |
|---|---|
protected VillagerRegistry.VillagerProfession |
StructureVillagePieces.Village.chooseForgeProfession(int count,
VillagerRegistry.VillagerProfession prof) |
| Modifier and Type | Method and Description |
|---|---|
protected VillagerRegistry.VillagerProfession |
StructureVillagePieces.Village.chooseForgeProfession(int count,
VillagerRegistry.VillagerProfession prof) |
| Modifier and Type | Field and Description |
|---|---|
static VillagerRegistry.VillagerProfession |
VillagerRegistry.FARMER |
private VillagerRegistry.VillagerProfession |
VillagerRegistry.VillagerCareer.profession |
| Modifier and Type | Field and Description |
|---|---|
(package private) RegistryNamespaced<ResourceLocation,VillagerRegistry.VillagerProfession> |
VillagerRegistry.REGISTRY |
static IForgeRegistry<VillagerRegistry.VillagerProfession> |
ForgeRegistries.VILLAGER_PROFESSIONS |
| Modifier and Type | Method and Description |
|---|---|
static VillagerRegistry.VillagerProfession |
VillagerRegistry.getById(int network)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VillagerRegistry.getId(VillagerRegistry.VillagerProfession prof)
Deprecated.
|
private void |
VillagerRegistry.register(VillagerRegistry.VillagerProfession prof,
int id) |
| Constructor and Description |
|---|
VillagerCareer(VillagerRegistry.VillagerProfession parent,
java.lang.String name) |