Interface AccessBlockBehaviour
public interface AccessBlockBehaviour
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatbooleanfloatnet.minecraft.world.level.material.Materialfloatvoidcrafttweaker$setExplosionResistance(float value) voidcrafttweaker$setFriction(float value) voidcrafttweaker$setHasCollision(boolean value) voidcrafttweaker$setJumpFactor(float value) voidcrafttweaker$setMaterial(net.minecraft.world.level.material.Material value) voidcrafttweaker$setSpeedFactor(float value)
-
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)
-