Interface IRegistryHelper

All Known Implementing Classes:
ForgeRegistryHelper

public interface IRegistryHelper
Common registry helper service interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    getNewBlockEntity(@NotNull net.minecraft.core.BlockPos pos, @NotNull net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • getNewBlockEntity

      SolarCookerBlockEntity getNewBlockEntity(@NotNull @NotNull net.minecraft.core.BlockPos pos, @NotNull @NotNull net.minecraft.world.level.block.state.BlockState state)