Class MinecartWatcher

java.lang.Object
me.libraryaddict.disguise.disguisetypes.FlagWatcher
me.libraryaddict.disguise.disguisetypes.watchers.MinecartWatcher
Direct Known Subclasses:
MinecartCommandWatcher, MinecartFurnaceWatcher

public class MinecartWatcher extends FlagWatcher
  • Constructor Details

    • MinecartWatcher

      public MinecartWatcher(Disguise disguise)
  • Method Details

    • getBlockInCart

      @Deprecated public org.bukkit.inventory.ItemStack getBlockInCart()
      Deprecated.
    • setBlockInCart

      @Deprecated public void setBlockInCart(org.bukkit.inventory.ItemStack item)
      Deprecated.
    • getBlock

      public com.github.retrooper.packetevents.protocol.world.states.WrappedBlockState getBlock()
    • setBlock

      public void setBlock(com.github.retrooper.packetevents.protocol.world.states.WrappedBlockState state)
    • getBlockData

      @Deprecated public org.bukkit.block.data.BlockData getBlockData()
      Deprecated.
    • setBlockData

      @Deprecated public void setBlockData(org.bukkit.block.data.BlockData data)
      Deprecated.
    • getBlockYOffset

      @Deprecated public int getBlockYOffset()
      Deprecated.
    • getBlockOffset

      public int getBlockOffset()
    • setBlockOffset

      public void setBlockOffset(int i)
    • isViewBlockInCart

      public boolean isViewBlockInCart()
    • setViewBlockInCart

      public void setViewBlockInCart(boolean viewBlock)