Class ExceptionCollector<T extends Throwable>

java.lang.Object
net.minecraft.util.ExceptionCollector<T>

public class ExceptionCollector<T extends Throwable> extends Object
  • Field Details

    • result

      @Nullable private T extends Throwable result
  • Constructor Details

    • ExceptionCollector

      public ExceptionCollector()
  • Method Details

    • add

      public void add(T p_13654_)
    • throwIfPresent

      public void throwIfPresent() throws T
      Throws:
      T extends Throwable