Interface BotanyPotEventDispatcher

All Known Implementing Classes:
BotanyPotEventDispatcherForge

public interface BotanyPotEventDispatcher
  • Method Details

    • postSoilLookup

      @Nullable Soil postSoilLookup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, BlockEntityBotanyPot pot, net.minecraft.world.item.ItemStack stack, @Nullable Soil found)
    • listenSoilLookup

      void listenSoilLookup(ILookupSoilListener listener)
    • postCropLookup

      @Nullable Crop postCropLookup(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, BlockEntityBotanyPot pot, net.minecraft.world.item.ItemStack stack, @Nullable Crop found)
    • listenCropLookup

      void listenCropLookup(ILookupCropListener listener)
    • postInteractionLookup

      @Nullable PotInteraction postInteractionLookup(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack heldStack, BlockEntityBotanyPot pot, PotInteraction found)
    • listenInteractionLookup

      void listenInteractionLookup(ILookupInteractionListener listener)
    • postFertilizerLookup

      @Nullable Fertilizer postFertilizerLookup(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack heldStack, BlockEntityBotanyPot pot, Fertilizer found)
    • listenFertilizerLookup

      void listenFertilizerLookup(ILookupFertilizerListener listener)
    • postCropDrops

      List<net.minecraft.world.item.ItemStack> postCropDrops(Random rng, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, BlockEntityBotanyPot pot, Crop crop, List<net.minecraft.world.item.ItemStack> originalDrops)
    • listenCropDrops

      void listenCropDrops(ICropDropListener listener)