Interface VillagerTypeRegistry
public interface VillagerTypeRegistry
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic net.minecraft.world.entity.npc.VillagerTypegetVillagerTypeForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome) static net.minecraft.world.entity.npc.VillagerTyperegister(net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>... biomes)
-
Field Details
-
customVillagerTypes
-
-
Method Details
-
register
@SafeVarargs static net.minecraft.world.entity.npc.VillagerType register(net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>... biomes) -
getVillagerTypeForBiome
static net.minecraft.world.entity.npc.VillagerType getVillagerTypeForBiome(net.minecraft.core.Holder<net.minecraft.world.level.biome.Biome> biome)
-