Class BlockBehaviorTransparent
java.lang.Object
org.cloudburstmc.api.block.behavior.BlockBehavior
org.cloudburstmc.server.block.behavior.BaseBlockBehavior
org.cloudburstmc.server.block.behavior.BlockBehaviorTransparent
- Direct Known Subclasses:
BlockBehaviorAir,BlockBehaviorBanner,BlockBehaviorBeacon,BlockBehaviorBed,BlockBehaviorCactus,BlockBehaviorCake,BlockBehaviorChest,BlockBehaviorChorusFlower,BlockBehaviorChorusPlant,BlockBehaviorCocoa,BlockBehaviorDaylightDetector,BlockBehaviorDoor,BlockBehaviorEnchantingTable,BlockBehaviorEnderChest,BlockBehaviorEndPortalFrame,BlockBehaviorEndRod,BlockBehaviorFarmland,BlockBehaviorFence,BlockBehaviorFenceGate,BlockBehaviorGlass,BlockBehaviorGlowstone,BlockBehaviorHopper,BlockBehaviorIce,BlockBehaviorItemFrame,BlockBehaviorLadder,BlockBehaviorLeaves,BlockBehaviorLectern,BlockBehaviorLight,BlockBehaviorLiquid,BlockBehaviorPistonHead,BlockBehaviorSeaLantern,BlockBehaviorSignPost,BlockBehaviorSkull,BlockBehaviorSlab,BlockBehaviorStairs,BlockBehaviorThin,BlockBehaviorTrapdoor,BlockBehaviorUndyedShulkerBox,BlockBehaviorVine,BlockBehaviorWall,FloodableBlockBehavior
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cloudburstmc.api.util.data.BlockColorgetColor(org.cloudburstmc.api.block.Block block)Methods inherited from class org.cloudburstmc.server.block.behavior.BaseBlockBehavior
getBreakTime, placeBlockMethods inherited from class org.cloudburstmc.api.block.behavior.BlockBehavior
addVelocityToEntity, canBeActivated, canBeBrokenWith, canBeClimbed, canBeFlooded, canBePlaced, canBePushed, canBeReplaced, canHarvestWithHand, canPassThrough, canSilkTouch, canWaterlogFlowing, canWaterlogSource, checkTool, clone, collidesWithBB, collidesWithBB, getBoundingBox, getBoundingBox, getBoundingBox, getBurnAbility, getBurnChance, getCollisionBoxes, getCollisionBoxes, getComparatorInputOverride, getDescriptionId, getDropExp, getDrops, getFilterLevel, getFrictionFactor, getHardness, getLightLevel, getMinimalTier, getResistance, getSaveId, getStrongPower, getToolType, getWeakPower, hasComparatorInputOverride, hasEntityCollision, isBreakable, isLiquid, isNormalBlock, isPowerSource, isSolid, isTransparent, onActivate, onActivate, onBreak, onBreak, onEntityCollide, onUpdate, place, placeBlock, placeBlock, placeBlock, removeBlock, removeBlock, tickRate, toItem
-
Constructor Details
-
BlockBehaviorTransparent
public BlockBehaviorTransparent()
-
-
Method Details
-
getColor
public org.cloudburstmc.api.util.data.BlockColor getColor(org.cloudburstmc.api.block.Block block)- Overrides:
getColorin classorg.cloudburstmc.api.block.behavior.BlockBehavior
-