Class BlockProperties

java.lang.Object
net.minecraft.world.level.block.state.BlockBehaviour.Properties
info.u_team.u_team_core.util.BlockProperties

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

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

    canOcclude, destroyTime, drops, dynamicShape, emissiveRendering, explosionResistance, friction, hasCollision, hasPostProcess, isAir, isRandomlyTicking, isRedstoneConductor, isSuffocating, isValidSpawn, isViewBlocking, jumpFactor, lightEmission, material, materialColor, requiresCorrectToolForDrops, soundType, speedFactor
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockProperties(net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)
     
    BlockProperties(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor color)
     
  • Method Summary

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

    air, color, copy, destroyTime, dropsLike, dynamicShape, emissiveRendering, explosionResistance, friction, hasPostProcess, instabreak, isRedstoneConductor, isSuffocating, isValidSpawn, isViewBlocking, jumpFactor, lightLevel, lootFrom, noCollission, noLootTable, noOcclusion, of, of, of, of, offsetType, offsetType, randomTicks, requiresCorrectToolForDrops, sound, speedFactor, strength, strength

    Methods inherited from class java.lang.Object

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

    • BlockProperties

      public BlockProperties(net.minecraft.world.level.material.Material material, net.minecraft.world.level.material.MaterialColor color)
    • BlockProperties

      public BlockProperties(net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)