Class ExceptionCollector<T extends Throwable>

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

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

    • result Link icon

      @Nullable private T extends Throwable result
  • Constructor Details Link icon

    • ExceptionCollector Link icon

      public ExceptionCollector()
  • Method Details Link icon

    • add Link icon

      public void add(T p_13654_)
    • throwIfPresent Link icon

      public void throwIfPresent() throws T
      Throws:
      T