Class TOPPlugin

java.lang.Object
net.darkhax.botanypots.addons.top.TOPPlugin
All Implemented Interfaces:
Function<mcjty.theoneprobe.api.ITheOneProbe,Void>, mcjty.theoneprobe.api.IProbeInfoProvider

public class TOPPlugin extends Object implements mcjty.theoneprobe.api.IProbeInfoProvider, Function<mcjty.theoneprobe.api.ITheOneProbe,Void>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addProbeInfo(mcjty.theoneprobe.api.ProbeMode mode, mcjty.theoneprobe.api.IProbeInfo info, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, mcjty.theoneprobe.api.IProbeHitData data)
     
    apply(mcjty.theoneprobe.api.ITheOneProbe probeMod)
     
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • TOPPlugin

      public TOPPlugin()
  • Method Details

    • getID

      public net.minecraft.resources.ResourceLocation getID()
      Specified by:
      getID in interface mcjty.theoneprobe.api.IProbeInfoProvider
    • apply

      public Void apply(mcjty.theoneprobe.api.ITheOneProbe probeMod)
      Specified by:
      apply in interface Function<mcjty.theoneprobe.api.ITheOneProbe,Void>
    • addProbeInfo

      public void addProbeInfo(mcjty.theoneprobe.api.ProbeMode mode, mcjty.theoneprobe.api.IProbeInfo info, net.minecraft.world.entity.player.Player player, net.minecraft.world.level.Level level, net.minecraft.world.level.block.state.BlockState state, mcjty.theoneprobe.api.IProbeHitData data)
      Specified by:
      addProbeInfo in interface mcjty.theoneprobe.api.IProbeInfoProvider