Class WrappedCTModel

java.lang.Object
net.minecraftforge.client.model.BakedModelWrapper<net.minecraft.client.resources.model.BakedModel>
com.simibubi.create.foundation.model.BakedModelWrapperWithData
com.simibubi.create.foundation.block.connected.CTModel
de.mrjulsen.crn.forge.client.WrappedCTModel
All Implemented Interfaces:
net.minecraft.client.resources.model.BakedModel, net.minecraftforge.client.extensions.IForgeBakedModel

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

    Fields inherited from class net.minecraftforge.client.model.BakedModelWrapper

    originalModel
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected net.minecraftforge.client.model.data.ModelData.Builder
    gatherModelData(net.minecraftforge.client.model.data.ModelData.Builder builder, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraftforge.client.model.data.ModelData blockEntityData)
     

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

    createCTData, getQuads

    Methods inherited from class com.simibubi.create.foundation.model.BakedModelWrapperWithData

    getModelData

    Methods inherited from class net.minecraftforge.client.model.BakedModelWrapper

    applyTransform, getOverrides, getParticleIcon, getParticleIcon, getQuads, getRenderPasses, getRenderTypes, getRenderTypes, getTransforms, isCustomRenderer, isGui3d, useAmbientOcclusion, useAmbientOcclusion, 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)
  • Method Details

    • gatherModelData

      protected net.minecraftforge.client.model.data.ModelData.Builder gatherModelData(net.minecraftforge.client.model.data.ModelData.Builder builder, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraftforge.client.model.data.ModelData blockEntityData)
      Overrides:
      gatherModelData in class com.simibubi.create.foundation.block.connected.CTModel