Class net.minecraft.data.client.BlockStateModelGenerator$StateFactory

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

Instance Methods

instance:create(block, modelId, textures, modelCollector) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:create(block, modelId, textures, modelCollector)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • block userdata, Block This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • modelId userdata, Identifier This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • textures userdata, TextureMap This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • modelCollector userdata, BiConsumer This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

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