Class InteractionModule

java.lang.Object
org.skriptlang.skript.addon.HierarchicalAddonModule
org.skriptlang.skript.bukkit.entity.interactions.InteractionModule
All Implemented Interfaces:
AddonModule

public class InteractionModule extends HierarchicalAddonModule
  • Constructor Details

    • InteractionModule

      public InteractionModule(AddonModule parentModule)
      Constructs a child addon module with the given parent module.
      Parameters:
      parentModule - The parent module that created this child module.
  • Method Details