Class net.minecraft.structure.processor.StructureProcessorType

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

Static Fields

userdata, StructureProcessorType StructureProcessorType.BLACKSTONE_REPLACE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.BLOCK_AGE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.BLOCK_IGNORE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.BLOCK_ROT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec StructureProcessorType.CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.GRAVITY This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.JIGSAW_REPLACEMENT This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.LAVA_SUBMERGED_BLOCK This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.NOP This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.PROTECTED_BLOCKS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec StructureProcessorType.REGISTRY_CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, StructureProcessorType StructureProcessorType.RULE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec StructureProcessorType.field_25876 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec StructureProcessorType.field_26663 This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

StructureProcessorType.register(id, codec) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

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


Static Methods

StructureProcessorType.register(id, codec)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Instance Methods

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

Returns:

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