Class net.minecraft.client.particle.ParticleTextureSheet

This description should be content pulled from the first comments of a lua file.

Static Fields

userdata, ParticleTextureSheet ParticleTextureSheet.CUSTOM This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, ParticleTextureSheet ParticleTextureSheet.NO_RENDER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, ParticleTextureSheet ParticleTextureSheet.PARTICLE_SHEET_LIT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, ParticleTextureSheet ParticleTextureSheet.PARTICLE_SHEET_OPAQUE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, ParticleTextureSheet ParticleTextureSheet.PARTICLE_SHEET_TRANSLUCENT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, ParticleTextureSheet ParticleTextureSheet.TERRAIN_SHEET This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:begin(builder, textureManager) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:draw(tessellator) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:begin(builder, textureManager)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • builder userdata, BufferBuilder This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • textureManager userdata, TextureManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:draw(tessellator)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • tessellator userdata, Tessellator This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"