Interface CrashReportEvents.BlockEntityDetails

All Superinterfaces:
EventAwareListener
Enclosing class:
CrashReportEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CrashReportEvents.BlockEntityDetails extends EventAwareListener
Functional interface to be implemented on callbacks for CrashReportEvents.BLOCKENTITY_DETAILS.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDetails(net.minecraft.block.entity.BlockEntity entity, net.minecraft.util.crash.CrashReportSection section)
     
  • Method Details

    • addDetails

      void addDetails(net.minecraft.block.entity.BlockEntity entity, net.minecraft.util.crash.CrashReportSection section)