Class RenderTypesImpl

java.lang.Object
me.shedaniel.architectury.registry.fabric.RenderTypesImpl

public class RenderTypesImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    register(net.minecraft.client.renderer.RenderType type, net.minecraft.world.level.block.Block... blocks)
     
    static void
    register(net.minecraft.client.renderer.RenderType type, net.minecraft.world.level.material.Fluid... fluids)
     

    Methods inherited from class java.lang.Object

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

    • RenderTypesImpl

      public RenderTypesImpl()
  • Method Details

    • register

      public static void register(net.minecraft.client.renderer.RenderType type, net.minecraft.world.level.block.Block... blocks)
    • register

      public static void register(net.minecraft.client.renderer.RenderType type, net.minecraft.world.level.material.Fluid... fluids)