Class BotanyPotEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.darkhax.botanypots.events.BotanyPotEvent
Direct Known Subclasses:
CropDropEvent, LookupCropEvent, LookupFertilizerEvent, LookupInteractionEvent, LookupSoilEvent

public class BotanyPotEvent extends net.minecraftforge.eventbus.api.Event
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    BotanyPotEvent(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, BlockEntityBotanyPot pot)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.Level
     
    net.minecraft.core.BlockPos
     
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

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

    • BotanyPotEvent

      public BotanyPotEvent(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, BlockEntityBotanyPot pot)
  • Method Details

    • getLevel

      public net.minecraft.world.level.Level getLevel()
    • getPos

      public net.minecraft.core.BlockPos getPos()
    • getPot

      public BlockEntityBotanyPot getPot()