Class BuilderTransformerImpl

java.lang.Object
de.mrjulsen.crn.registry.fabric.BuilderTransformerImpl

public class BuilderTransformerImpl extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <B extends de.mrjulsen.crn.block.AbstractAdvancedDisplayBlock, P>
    com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>>
    copycatDisplay(com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour ctDisplay, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour ctFrame, net.minecraft.resources.ResourceLocation copycatTexture)
     

    Methods inherited from class java.lang.Object

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

    • BuilderTransformerImpl

      public BuilderTransformerImpl()
  • Method Details

    • copycatDisplay

      public static <B extends de.mrjulsen.crn.block.AbstractAdvancedDisplayBlock, P> com.tterrag.registrate.util.nullness.NonNullUnaryOperator<com.tterrag.registrate.builders.BlockBuilder<B,P>> copycatDisplay(com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour ctDisplay, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour ctFrame, net.minecraft.resources.ResourceLocation copycatTexture)