java.lang.Object
net.minecraftforge.client.model.BakedModelWrapper<net.minecraft.client.resources.model.BakedModel>
All Implemented Interfaces:
net.minecraft.client.resources.model.BakedModel, net.minecraftforge.client.extensions.IForgeBakedModel

public class FluidTankModel extends CTModel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static net.minecraftforge.client.model.data.ModelProperty<com.simibubi.create.content.contraptions.fluids.tank.FluidTankModel.CullData>
     

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

    CT_PROPERTY

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

    originalModel
  • Method Summary

    Modifier and Type
    Method
    Description
    creative(net.minecraft.client.resources.model.BakedModel originalModel)
     
    protected net.minecraftforge.client.model.data.ModelDataMap.Builder
    gatherModelData(net.minecraftforge.client.model.data.ModelDataMap.Builder builder, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
    List<net.minecraft.client.renderer.block.model.BakedQuad>
    getQuads(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction side, Random rand, net.minecraftforge.client.model.data.IModelData extraData)
     
    standard(net.minecraft.client.resources.model.BakedModel originalModel)
     

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

    createCTData

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

    getModelData

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

    doesHandlePerspectives, getOverrides, getParticleIcon, getParticleIcon, getQuads, getTransforms, handlePerspective, isCustomRenderer, isGui3d, useAmbientOcclusion, useAmbientOcclusion, usesBlockLight

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModel

    getLayerModels, isLayered
  • Field Details

    • CULL_PROPERTY

      protected static net.minecraftforge.client.model.data.ModelProperty<com.simibubi.create.content.contraptions.fluids.tank.FluidTankModel.CullData> CULL_PROPERTY
  • Method Details

    • standard

      public static FluidTankModel standard(net.minecraft.client.resources.model.BakedModel originalModel)
    • creative

      public static FluidTankModel creative(net.minecraft.client.resources.model.BakedModel originalModel)
    • gatherModelData

      protected net.minecraftforge.client.model.data.ModelDataMap.Builder gatherModelData(net.minecraftforge.client.model.data.ModelDataMap.Builder builder, net.minecraft.world.level.BlockAndTintGetter world, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Overrides:
      gatherModelData in class CTModel
    • getQuads

      public List<net.minecraft.client.renderer.block.model.BakedQuad> getQuads(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction side, Random rand, net.minecraftforge.client.model.data.IModelData extraData)
      Specified by:
      getQuads in interface net.minecraftforge.client.extensions.IForgeBakedModel
      Overrides:
      getQuads in class CTModel