Class FluidMesh

java.lang.Object
com.simibubi.create.content.fluids.FluidMesh

public class FluidMesh extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static dev.engine_room.flywheel.api.model.Model
    stream(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
     
    static dev.engine_room.flywheel.api.model.Model
    surface(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, float width)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • FluidMesh

      public FluidMesh()
  • Method Details

    • stream

      public static dev.engine_room.flywheel.api.model.Model stream(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
    • surface

      public static dev.engine_room.flywheel.api.model.Model surface(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, float width)