类 LowCodeModContainer

java.lang.Object
net.minecraftforge.fml.ModContainer
net.minecraftforge.fml.lowcodemod.LowCodeModContainer

public class LowCodeModContainer extends ModContainer
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • modInstance

      private final Object modInstance
  • 构造器详细资料

    • LowCodeModContainer

      public LowCodeModContainer(net.minecraftforge.forgespi.language.IModInfo info, net.minecraftforge.forgespi.language.ModFileScanData modFileScanResults, ModuleLayer gameLayer)
  • 方法详细资料

    • matches

      public boolean matches(Object mod)
      从类复制的说明: ModContainer
      Does this mod match the supplied mod?
      指定者:
      matches 在类中 ModContainer
      参数:
      mod - to compare
      返回:
      if the mod matches
    • getMod

      public Object getMod()
      指定者:
      getMod 在类中 ModContainer
      返回:
      the mod object instance