Interface KhazReg.BlockFactory<T extends net.minecraft.world.level.block.Block>

Enclosing class:
KhazReg
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface KhazReg.BlockFactory<T extends net.minecraft.world.level.block.Block>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.Block> key, net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)
     
  • Method Details

    • create

      T create(net.minecraft.resources.ResourceKey<net.minecraft.world.level.block.Block> key, net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)