public class ModelFluidConverter
extends org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModel
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.client.renderer.block.model.ModelResourceLocation |
blockModelResourceLocation |
static net.minecraft.client.renderer.block.model.ModelResourceLocation |
itemModelResourceLocation |
net.minecraft.client.renderer.texture.TextureAtlasSprite |
texture |
| Constructor and Description |
|---|
ModelFluidConverter(net.minecraft.client.renderer.block.model.IBakedModel baseModel) |
ModelFluidConverter(net.minecraft.client.renderer.block.model.IBakedModel baseModel,
FluidGroup fluidGroup,
java.util.Map<net.minecraft.util.EnumFacing,net.minecraftforge.fluids.Fluid> fluidOutputs,
boolean item) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> |
getGeneralQuads() |
net.minecraft.client.renderer.texture.TextureAtlasSprite |
getParticleTexture() |
net.minecraft.client.renderer.block.model.IBakedModel |
handleBlockState(net.minecraft.block.state.IBlockState state,
net.minecraft.util.EnumFacing side,
long rand) |
net.minecraft.client.renderer.block.model.IBakedModel |
handleItemState(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
net.minecraft.entity.EntityLivingBase entity) |
getOverrides, getQuads, getRenderingSide, isItemStackaddBakedQuad, addBakedQuad, addBakedQuadRotated, addBakedQuadRotated, addColoredBakedQuad, addColoredBakedQuad, getItemCameraTransforms, handlePerspective, isAmbientOcclusion, isBuiltInRenderer, isGui3d, revRotate, rotate, vertexToIntspublic static final net.minecraft.client.renderer.block.model.ModelResourceLocation blockModelResourceLocation
public static final net.minecraft.client.renderer.block.model.ModelResourceLocation itemModelResourceLocation
public net.minecraft.client.renderer.texture.TextureAtlasSprite texture
public ModelFluidConverter(net.minecraft.client.renderer.block.model.IBakedModel baseModel)
public ModelFluidConverter(net.minecraft.client.renderer.block.model.IBakedModel baseModel,
FluidGroup fluidGroup,
java.util.Map<net.minecraft.util.EnumFacing,net.minecraftforge.fluids.Fluid> fluidOutputs,
boolean item)
public java.util.List<net.minecraft.client.renderer.block.model.BakedQuad> getGeneralQuads()
getGeneralQuads in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModelpublic net.minecraft.client.renderer.block.model.IBakedModel handleBlockState(net.minecraft.block.state.IBlockState state,
net.minecraft.util.EnumFacing side,
long rand)
handleBlockState in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModelpublic net.minecraft.client.renderer.block.model.IBakedModel handleItemState(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
net.minecraft.entity.EntityLivingBase entity)
handleItemState in class org.cyclops.cyclopscore.client.model.DynamicItemAndBlockModelpublic net.minecraft.client.renderer.texture.TextureAtlasSprite getParticleTexture()