java.lang.Object
net.vitacraft.serverlibraries.api.event.events.blocks.BlockBurningEvent
All Implemented Interfaces:
Event

public class BlockBurningEvent extends Object implements Event
  • Constructor Details

    • BlockBurningEvent

      public BlockBurningEvent(net.minecraft.block.BlockState state, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState oldState, boolean notify)
  • Method Details

    • getState

      public net.minecraft.block.BlockState getState()
    • getWorld

      public net.minecraft.world.World getWorld()
    • getPos

      public net.minecraft.util.math.BlockPos getPos()
    • getOldState

      public net.minecraft.block.BlockState getOldState()
    • isNotify

      public boolean isNotify()
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface Event
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface Event