Class WrappedCTModel

java.lang.Object
net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel
com.simibubi.create.foundation.block.connected.CTModel
de.mrjulsen.crn.fabric.client.WrappedCTModel
All Implemented Interfaces:
net.fabricmc.fabric.api.renderer.v1.model.WrapperBakedModel, net.minecraft.client.resources.model.BakedModel

public class WrappedCTModel extends com.simibubi.create.foundation.block.connected.CTModel
  • Field Summary

    Fields inherited from class net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel

    wrapped
  • Constructor Summary

    Constructors
    Constructor
    Description
    WrappedCTModel(net.minecraft.client.resources.model.BakedModel originalModel, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour behaviour)
     
  • Method Summary

    Methods inherited from class com.simibubi.create.foundation.block.connected.CTModel

    createCTData, emitBlockQuads, isVanillaAdapter

    Methods inherited from class net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel

    emitItemQuads, getOverrides, getParticleIcon, getQuads, getTransforms, getWrappedModel, isCustomRenderer, isGui3d, useAmbientOcclusion, usesBlockLight

    Methods inherited from class java.lang.Object

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

    • WrappedCTModel

      public WrappedCTModel(net.minecraft.client.resources.model.BakedModel originalModel, com.simibubi.create.foundation.block.connected.ConnectedTextureBehaviour behaviour)