Class net.minecraft.client.render.item.ItemRenderer

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

Static Fields

number, float ItemRenderer.COMPASS_WITH_GLINT_FIRST_PERSON_MODEL_MULTIPLIER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
number, float ItemRenderer.COMPASS_WITH_GLINT_GUI_MODEL_MULTIPLIER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Identifier ItemRenderer.ENCHANTED_ITEM_GLINT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
int ItemRenderer.field_32934 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

ItemRenderer.getArmorGlintConsumer(provider, layer, solid, glint) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ItemRenderer.getCompassGlintConsumer(provider, layer, entry) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ItemRenderer.getDirectCompassGlintConsumer(provider, layer, entry) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ItemRenderer.getDirectItemGlintConsumer(provider, layer, solid, glint) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
ItemRenderer.getItemGlintConsumer(vertexConsumers, layer, solid, glint) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Constructors

ItemRenderer(manager, bakery, colors, builtinModelItemRenderer) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Fields

number, float instance.zOffset This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:equals(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getModel(stack, world, entity, seed) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getModels() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getName() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:reload(synchronizer, manager, prepareProfiler, applyProfiler, prepareExecutor, applyExecutor) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:reload(manager) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderGuiItemIcon(stack, x, y) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderGuiItemModel(stack, x, y, model) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderGuiItemOverlay(renderer, stack, x, y) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderGuiItemOverlay(renderer, stack, x, y, countLabel) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderInGui(stack, x, y) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y, seed) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderInGuiWithOverrides(entity, stack, x, y, seed) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y, seed, depth) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderItem(stack, renderMode, leftHanded, matrices, vertexConsumers, light, overlay, model) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderItem(stack, transformationType, light, overlay, matrices, vertexConsumers, seed) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:renderItem(entity, item, renderMode, leftHanded, matrices, vertexConsumers, world, light, overlay, seed) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

ItemRenderer.getArmorGlintConsumer(provider, layer, solid, glint)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • provider userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • solid boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • glint boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ItemRenderer.getCompassGlintConsumer(provider, layer, entry)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • provider userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entry userdata, MatrixStack$Entry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ItemRenderer.getDirectCompassGlintConsumer(provider, layer, entry)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • provider userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entry userdata, MatrixStack$Entry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ItemRenderer.getDirectItemGlintConsumer(provider, layer, solid, glint)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • provider userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • solid boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • glint boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, VertexConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
ItemRenderer.getItemGlintConsumer(vertexConsumers, layer, solid, glint)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • vertexConsumers userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • layer userdata, RenderLayer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • solid boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • glint boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Constructors

ItemRenderer(manager, bakery, colors, builtinModelItemRenderer)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • manager userdata, TextureManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • bakery userdata, BakedModelManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • colors userdata, ItemColors This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • builtinModelItemRenderer userdata, BuiltinModelItemRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

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

Parameters:

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

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getModel(stack, world, entity, seed)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, World This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • entity userdata, LivingEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Returns:

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

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:reload(synchronizer, manager, prepareProfiler, applyProfiler, prepareExecutor, applyExecutor)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • synchronizer userdata, ResourceReloader$Synchronizer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • manager userdata, ResourceManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • prepareProfiler userdata, Profiler This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • applyProfiler userdata, Profiler This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • prepareExecutor userdata, Executor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • applyExecutor userdata, Executor This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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

Parameters:

  • manager userdata, ResourceManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderGuiItemIcon(stack, x, y)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderGuiItemModel(stack, x, y, model)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • model userdata, BakedModel This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderGuiItemOverlay(renderer, stack, x, y)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • renderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderGuiItemOverlay(renderer, stack, x, y, countLabel)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • renderer userdata, TextRenderer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • countLabel string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderInGui(stack, x, y)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y, seed)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderInGuiWithOverrides(entity, stack, x, y, seed)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • entity userdata, LivingEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderInGuiWithOverrides(stack, x, y, seed, depth)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • x int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • y int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • depth int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderItem(stack, renderMode, leftHanded, matrices, vertexConsumers, light, overlay, model)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • renderMode userdata, ModelTransformation$Mode This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • leftHanded boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vertexConsumers userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • light int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • overlay int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • model userdata, BakedModel This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderItem(stack, transformationType, light, overlay, matrices, vertexConsumers, seed)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • stack userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • transformationType userdata, ModelTransformation$Mode This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • light int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • overlay int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vertexConsumers userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:renderItem(entity, item, renderMode, leftHanded, matrices, vertexConsumers, world, light, overlay, seed)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • entity userdata, LivingEntity This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • item userdata, ItemStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • renderMode userdata, ModelTransformation$Mode This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • leftHanded boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • matrices userdata, MatrixStack This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • vertexConsumers userdata, VertexConsumerProvider This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • world userdata, World This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • light int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • overlay int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • seed int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"