Annotation Interface AfterBatch


@Target(METHOD) @Retention(RUNTIME) public @interface AfterBatch
AfterBatch methods are ran once the batch specified has finished.

AfterBatch methods must take 1 parameter of ServerWorld.

Mappings:
Namespace Name
official pe
intermediary net/minecraft/class_6300
named net/minecraft/test/AfterBatch
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • batchId

      String batchId
      Mappings:
      Namespace Name Mixin selector
      official a Lpe;a()Ljava/lang/String;
      intermediary method_35930 Lnet/minecraft/class_6300;method_35930()Ljava/lang/String;
      named batchId Lnet/minecraft/test/AfterBatch;batchId()Ljava/lang/String;