Class SuppressedExceptions<T extends Throwable>

java.lang.Object
net.minecraft.world.chunk.storage.SuppressedExceptions<T>

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

    • result

      @Nullable private T extends Throwable result
  • Constructor Details

    • SuppressedExceptions

      public SuppressedExceptions()
  • Method Details

    • add

      public void add(T p_233003_1_)
    • throwIfPresent

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