Class net.minecraft.particle.ParticleEffect$Factory

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

Instance Methods

instance:read(type, reader) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:read(type, buf) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

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

Parameters:

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

Returns:

userdata, ParticleEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:read(type, buf)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

userdata, ParticleEffect This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"