Class EnchantingTableBlockEntity

java.lang.Object
org.cloudburstmc.server.blockentity.BaseBlockEntity
org.cloudburstmc.server.blockentity.EnchantingTableBlockEntity
All Implemented Interfaces:
org.cloudburstmc.api.blockentity.BlockEntity, org.cloudburstmc.api.blockentity.EnchantingTable

public class EnchantingTableBlockEntity extends BaseBlockEntity implements org.cloudburstmc.api.blockentity.EnchantingTable
author: MagicDroidX Nukkit Project
  • Constructor Details

    • EnchantingTableBlockEntity

      public EnchantingTableBlockEntity(org.cloudburstmc.api.blockentity.BlockEntityType<?> type, org.cloudburstmc.api.level.chunk.Chunk chunk, com.nukkitx.math.vector.Vector3i position)
  • Method Details

    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface org.cloudburstmc.api.blockentity.BlockEntity
      Specified by:
      isValid in class BaseBlockEntity