Class EBBlockEntityRenderers

java.lang.Object
com.binaris.wizardry.setup.registries.client.EBBlockEntityRenderers

public final class EBBlockEntityRenderers extends Object
Handles the registration of block entity renderers. Check EBBlockEntities
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    register(BiConsumer<net.minecraft.world.level.block.entity.BlockEntityType<? extends net.minecraft.world.level.block.entity.BlockEntity>,net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider<net.minecraft.world.level.block.entity.BlockEntity>> consumer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • init

      public static void init()
    • register

      public static void register(BiConsumer<net.minecraft.world.level.block.entity.BlockEntityType<? extends net.minecraft.world.level.block.entity.BlockEntity>,net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider<net.minecraft.world.level.block.entity.BlockEntity>> consumer)