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
-
Field Summary
Fields inherited from class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncognitiveInducerGetMarks(net.minecraft.world.entity.npc.Villager villager) voidcognitiveInducerMarkVillager(net.minecraft.world.entity.npc.Villager villager, long gameTime) voidcognitiveInducerPruneMarks(net.minecraft.world.entity.npc.Villager villager, long gameTime) name.dashkal.minecraft.hexresearch.effect.MindFatigueEffectstatic voidinit()Methods inherited from class name.dashkal.minecraft.hexresearch.xplat.XPlatAPI
getInstance
-
Constructor Details
-
FabricXPlatAPIImpl
public FabricXPlatAPIImpl()
-
-
Method Details
-
init
public static void init() -
getMindFatigueEffect
public name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect getMindFatigueEffect()- Specified by:
getMindFatigueEffectin classname.dashkal.minecraft.hexresearch.xplat.XPlatAPI
-
cognitiveInducerMarkVillager
public void cognitiveInducerMarkVillager(net.minecraft.world.entity.npc.Villager villager, long gameTime) - Specified by:
cognitiveInducerMarkVillagerin classname.dashkal.minecraft.hexresearch.xplat.XPlatAPI
-
cognitiveInducerGetMarks
- Specified by:
cognitiveInducerGetMarksin classname.dashkal.minecraft.hexresearch.xplat.XPlatAPI
-
cognitiveInducerPruneMarks
public void cognitiveInducerPruneMarks(net.minecraft.world.entity.npc.Villager villager, long gameTime) - Specified by:
cognitiveInducerPruneMarksin classname.dashkal.minecraft.hexresearch.xplat.XPlatAPI
-