类 ExceptionCollector<T extends Throwable>

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

public class ExceptionCollector<T extends Throwable> extends Object
  • 字段详细资料

    • result

      @Nullable private T extends Throwable result
  • 构造器详细资料

    • ExceptionCollector

      public ExceptionCollector()
  • 方法详细资料

    • add

      public void add(T p_13654_)
    • throwIfPresent

      public void throwIfPresent() throws T
      抛出:
      T