Class net.minecraft.server.filter.TextFilterer$HashIgnorer

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

Static Fields

userdata, TextFilterer$HashIgnorer HashIgnorer.IGNORE_IF_MATCHES_ALL This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, TextFilterer$HashIgnorer HashIgnorer.NEVER_IGNORE This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

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

Instance Methods

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


Static Methods

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

Parameters:

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

Returns:

userdata, TextFilterer$HashIgnorer This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
HashIgnorer.internalDropHashes(hashesToDrop)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

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

Returns:

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

Instance Methods

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

Parameters:

  • hashes string This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • hashesSize int 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"