Interface PoiTypesAccessor


public interface PoiTypesAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static Map<net.minecraft.world.level.block.state.BlockState, net.minecraft.core.Holder<net.minecraft.world.entity.ai.village.poi.PoiType>>
     
    static void
    setArmorer(net.minecraft.resources.ResourceKey<net.minecraft.world.entity.ai.village.poi.PoiType> armorer)
     
    static void
    setButcher(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)