Interface Wrapper.Context<C>

All Superinterfaces:
Wrapper
All Known Subinterfaces:
LevelSpawner
Enclosing interface:
Wrapper

@AsOf("2.4.0") public static interface Wrapper.Context<C> extends Wrapper
Since:
2.3.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Wrapper

    Wrapper.Context<C>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Object
    Convert this handle to the real Minecraft object.
    toMinecraft(C context)
     

    Methods inherited from interface Wrapper

    asHandle
  • Method Details

    • toMinecraft

      @Internal default Object toMinecraft()
      Description copied from interface: Wrapper
      Convert this handle to the real Minecraft object.
      Specified by:
      toMinecraft in interface Wrapper
      Returns:
      the real Minecraft object
    • toMinecraft

      @AsOf("2.4.0") Object toMinecraft(C context)