Class BukkitBlockMaterial<B,BS>

java.lang.Object
com.fastasyncworldedit.bukkit.adapter.BukkitBlockMaterial<B,BS>
All Implemented Interfaces:
BlockMaterial

@Internal public abstract class BukkitBlockMaterial<B,BS> extends Object implements BlockMaterial
  • Field Details

    • block

      protected final B block
    • blockState

      protected final BS blockState
  • Constructor Details

    • BukkitBlockMaterial

      public BukkitBlockMaterial(B block, BS blockState, BlockData blockData)
  • Method Details