Class KubeJSBlockProperties

java.lang.Object
net.minecraft.world.level.block.state.BlockBehaviour.Properties
dev.latvian.mods.kubejs.block.KubeJSBlockProperties

public class KubeJSBlockProperties extends net.minecraft.world.level.block.state.BlockBehaviour.Properties
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class net.minecraft.world.level.block.state.BlockBehaviour.Properties

    CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    KubeJSBlockProperties(BlockBuilder blockBuilder, @Nullable net.minecraft.world.level.block.Block copyPropertiesFrom)
     
  • Method Summary

    Methods inherited from class net.minecraft.world.level.block.state.BlockBehaviour.Properties

    air, destroyTime, dropsLike, dynamicShape, emissiveRendering, explosionResistance, forceSolidOff, forceSolidOn, friction, hasPostProcess, ignitedByLava, instabreak, instrument, isRedstoneConductor, isSuffocating, isValidSpawn, isViewBlocking, jumpFactor, lightLevel, liquid, lootFrom, mapColor, mapColor, mapColor, noCollission, noLootTable, noOcclusion, noTerrainParticles, of, offsetType, ofFullCopy, ofLegacyCopy, pushReaction, randomTicks, replaceable, requiredFeatures, requiresCorrectToolForDrops, sound, speedFactor, strength, strength

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • KubeJSBlockProperties

      public KubeJSBlockProperties(BlockBuilder blockBuilder, @Nullable @Nullable net.minecraft.world.level.block.Block copyPropertiesFrom)