Interface DebugTrackable.DebugDataSupplier<T>

Enclosing interface:
DebugTrackable

public static interface DebugTrackable.DebugDataSupplier<T>
Mappings:
Namespace Name
named net/minecraft/world/debug/DebugTrackable$DebugDataSupplier
intermediary net/minecraft/class_12023$class_12025
official bxf$b
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable T
    get()
     
  • Method Details

    • get

      @Nullable T get()