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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

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

    canOcclude, destroyTime, drops, dynamicShape, emissiveRendering, explosionResistance, forceSolidOff, forceSolidOn, friction, hasCollision, hasPostProcess, ignitedByLava, instrument, isAir, isRandomlyTicking, isRedstoneConductor, isSuffocating, isValidSpawn, isViewBlocking, jumpFactor, lightEmission, liquid, mapColor, offsetFunction, pushReaction, replaceable, requiredFeatures, requiresCorrectToolForDrops, soundType, spawnParticlesOnBreak, speedFactor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    BlockProperties(net.minecraft.world.level.block.state.BlockBehaviour.Properties properties)
     
  • Method Summary

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

    air, copy, destroyTime, dropsLike, dynamicShape, emissiveRendering, explosionResistance, forceSolidOff, forceSolidOn, friction, hasPostProcess, ignitedByLava, instabreak, instrument, isRedstoneConductor, isSuffocating, isValidSpawn, isViewBlocking, jumpFactor, lightLevel, liquid, mapColor, mapColor, mapColor, noCollission, noLootTable, noOcclusion, noParticlesOnBreak, of, offsetType, 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
  • Constructor Details

    • BlockProperties

      public BlockProperties()
    • BlockProperties

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