Interface PoiTypesAccessor
public interface PoiTypesAccessor
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Map<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Holder<net.minecraft.world.entity.ai.village.poi.PoiType>> static voidsetArmorer(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> armorer) static voidsetButcher(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> butcher)
-
Method Details
-
getBlockStateToPointOfInterestType
static Map<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Holder<net.minecraft.world.entity.ai.village.poi.PoiType>> getBlockStateToPointOfInterestType() -
setArmorer
static void setArmorer(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> armorer) -
setButcher
static void setButcher(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> butcher)
-