Interface IVariableFacade.IValidator

All Known Implementing Classes:
InventoryVariableEvaluator, PartStateActiveVariableBase.Validator, PartStateWriterBase.Validator
Enclosing interface:
IVariableFacade

public static interface IVariableFacade.IValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addError(net.minecraft.network.chat.MutableComponent error)
    Set the current error for the given aspect.
  • Method Details

    • addError

      void addError(net.minecraft.network.chat.MutableComponent error)
      Set the current error for the given aspect.
      Parameters:
      error - The error to set, or null to clear.