Class BlockEntityWithoutLevelRendererRegistry

java.lang.Object
net.frozenblock.lib.block.api.entity.BlockEntityWithoutLevelRendererRegistry

public class BlockEntityWithoutLevelRendererRegistry extends Object
  • Constructor Details

    • BlockEntityWithoutLevelRendererRegistry

      public BlockEntityWithoutLevelRendererRegistry()
  • Method Details

    • register

      public static void register(net.minecraft.world.level.block.Block block, @NotNull @NotNull net.minecraft.world.level.block.entity.BlockEntityType<?> blockEntityType)
    • getBlockEntity

      public static Optional<net.minecraft.world.level.block.entity.BlockEntity> getBlockEntity(net.minecraft.world.level.block.Block block)
    • hasBlock

      public static boolean hasBlock(net.minecraft.world.level.block.Block block)