Uses of Class
net.minecraft.village.VillagerProfession
Package
Description
-
Uses of VillagerProfession in net.minecraft.client.render.entity.feature
-
Uses of VillagerProfession in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescription(package private) VillagerProfession
WorkStationCompetitionTask.profession
Modifier and TypeFieldDescriptionprivate static Map<VillagerProfession,Identifier>
GiveGiftsToHeroTask.GIFTS
Modifier and TypeMethodDescriptionstatic ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createCoreTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createHideTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createIdleTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createMeetTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createPanicTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createPreRaidTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createRaidTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createRestTasks(VillagerProfession profession, float speed)
static ImmutableList<com.mojang.datafixers.util.Pair<Integer,? extends Task<? super VillagerEntity>>>
VillagerTaskListProvider.createWorkTasks(VillagerProfession profession, float speed)
private boolean
WorkStationCompetitionTask.isCompletedWorkStation(PointOfInterestType poiType, VillagerProfession profession)
-
Uses of VillagerProfession in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic DefaultedRegistry<VillagerProfession>
Registry.VILLAGER_PROFESSION
static RegistryKey<Registry<VillagerProfession>>
Registry.VILLAGER_PROFESSION_KEY
-
Uses of VillagerProfession in net.minecraft.village
Modifier and TypeFieldDescriptionstatic VillagerProfession
VillagerProfession.ARMORER
static VillagerProfession
VillagerProfession.BUTCHER
static VillagerProfession
VillagerProfession.CARTOGRAPHER
static VillagerProfession
VillagerProfession.CLERIC
static VillagerProfession
VillagerProfession.FARMER
static VillagerProfession
VillagerProfession.FISHERMAN
static VillagerProfession
VillagerProfession.FLETCHER
static VillagerProfession
VillagerProfession.LEATHERWORKER
static VillagerProfession
VillagerProfession.LIBRARIAN
static VillagerProfession
VillagerProfession.MASON
static VillagerProfession
VillagerProfession.NITWIT
static VillagerProfession
VillagerProfession.NONE
private VillagerProfession
VillagerData.profession
static VillagerProfession
VillagerProfession.SHEPHERD
static VillagerProfession
VillagerProfession.TOOLSMITH
static VillagerProfession
VillagerProfession.WEAPONSMITH
Modifier and TypeFieldDescriptionstatic Map<VillagerProfession,Int2ObjectMap<TradeOffers.Factory[]>>
TradeOffers.PROFESSION_TO_LEVELED_TRADE
Modifier and TypeMethodDescriptionVillagerData.getProfession()
(package private) static VillagerProfession
VillagerProfession.register(String id, PointOfInterestType workStation, @Nullable SoundEvent workSound)
(package private) static VillagerProfession
VillagerProfession.register(String id, PointOfInterestType workStation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound)
ModifierConstructorDescriptionVillagerData(VillagerType type, VillagerProfession profession, int level)