Class ExpandLodestoneTracker

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandLodestoneTracker

@ZenRegister public class ExpandLodestoneTracker extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.component.LodestoneTracker
    of(net.minecraft.core.GlobalPos target, boolean tracked)
     
    static Optional<net.minecraft.core.GlobalPos>
    target(net.minecraft.world.item.component.LodestoneTracker internal)
     
    static net.minecraft.world.item.component.LodestoneTracker
    tick(net.minecraft.world.item.component.LodestoneTracker internal, net.minecraft.server.level.ServerLevel level)
     
    static boolean
    tracked(net.minecraft.world.item.component.LodestoneTracker internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandLodestoneTracker

      public ExpandLodestoneTracker()
  • Method Details

    • of

      public static net.minecraft.world.item.component.LodestoneTracker of(net.minecraft.core.GlobalPos target, boolean tracked)
    • tick

      public static net.minecraft.world.item.component.LodestoneTracker tick(net.minecraft.world.item.component.LodestoneTracker internal, net.minecraft.server.level.ServerLevel level)
    • tracked

      public static boolean tracked(net.minecraft.world.item.component.LodestoneTracker internal)
    • target

      public static Optional<net.minecraft.core.GlobalPos> target(net.minecraft.world.item.component.LodestoneTracker internal)