Interface DecoratedPotPatternRegistryEntrypoint


public interface DecoratedPotPatternRegistryEntrypoint
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bootstrap(net.minecraft.core.Registry<net.minecraft.world.level.block.entity.DecoratedPotPattern> registry)
     
    static @NotNull net.minecraft.world.level.block.entity.DecoratedPotPattern
    register(net.minecraft.core.Registry<net.minecraft.world.level.block.entity.DecoratedPotPattern> registry, net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.entity.DecoratedPotPattern> registryKey, net.minecraft.resources.ResourceLocation location)
     
  • Method Details

    • bootstrap

      void bootstrap(net.minecraft.core.Registry<net.minecraft.world.level.block.entity.DecoratedPotPattern> registry)
    • register

      @Contract("_, _, _ -> new") @NotNull static @NotNull net.minecraft.world.level.block.entity.DecoratedPotPattern register(net.minecraft.core.Registry<net.minecraft.world.level.block.entity.DecoratedPotPattern> registry, net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.entity.DecoratedPotPattern> registryKey, net.minecraft.resources.ResourceLocation location)