Interface AccessBlockBehaviour


public interface AccessBlockBehaviour
  • Method Details

    • crafttweaker$getFriction

      float crafttweaker$getFriction()
    • crafttweaker$setFriction

      void crafttweaker$setFriction(float value)
    • crafttweaker$getSpeedFactor

      float crafttweaker$getSpeedFactor()
    • crafttweaker$setSpeedFactor

      void crafttweaker$setSpeedFactor(float value)
    • crafttweaker$getJumpFactor

      float crafttweaker$getJumpFactor()
    • crafttweaker$setJumpFactor

      void crafttweaker$setJumpFactor(float value)
    • crafttweaker$getHasCollision

      boolean crafttweaker$getHasCollision()
    • crafttweaker$setHasCollision

      void crafttweaker$setHasCollision(boolean value)
    • crafttweaker$getExplosionResistance

      float crafttweaker$getExplosionResistance()
    • crafttweaker$setExplosionResistance

      void crafttweaker$setExplosionResistance(float value)
    • crafttweaker$getMaterial

      net.minecraft.world.level.material.Material crafttweaker$getMaterial()
    • crafttweaker$setMaterial

      void crafttweaker$setMaterial(net.minecraft.world.level.material.Material value)