Class FabricXPlatAPIImpl

java.lang.Object
name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
name.dashkal.minecraft.hexresearch.fabric.xplat.FabricXPlatAPIImpl

public class FabricXPlatAPIImpl extends name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
  • Constructor Details

    • FabricXPlatAPIImpl

      public FabricXPlatAPIImpl()
  • Method Details

    • init

      public static void init()
    • getMindFatigueEffect

      public name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect getMindFatigueEffect()
      Specified by:
      getMindFatigueEffect in class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
    • cognitiveInducerMarkVillager

      public void cognitiveInducerMarkVillager(net.minecraft.world.entity.npc.Villager villager, long gameTime)
      Specified by:
      cognitiveInducerMarkVillager in class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
    • cognitiveInducerGetMarks

      public SortedSet<Long> cognitiveInducerGetMarks(net.minecraft.world.entity.npc.Villager villager)
      Specified by:
      cognitiveInducerGetMarks in class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
    • cognitiveInducerPruneMarks

      public void cognitiveInducerPruneMarks(net.minecraft.world.entity.npc.Villager villager, long gameTime)
      Specified by:
      cognitiveInducerPruneMarks in class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI