net.minecraft.world.level.block.state

public class BlockBehaviour$Properties

dsd$d
net.minecraft.world.level.block.state.BlockBehaviour$Properties
net.minecraft.class_4970$class_2251
net.minecraft.block.AbstractBlock$Settings
net.minecraft.src.C_2056_$C_2061_
net.minecraft.world.level.block.state.BlockBase$Info

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<BlockBehaviour$Properties>
a
CODEC
field_46532
CODEC
f_302699_
Function<BlockState, MapColor>
b
mapColor
field_10662
mapColorProvider
f_283880_
boolean
c
hasCollision
field_10664
collidable
f_60884_
SoundType
d
soundType
field_10665
soundGroup
f_60885_
ToIntFunction<BlockState>
e
lightEmission
field_10663
luminance
f_60886_
float
f
explosionResistance
field_10660
resistance
f_60887_
float
g
destroyTime
field_10669
hardness
f_60888_
boolean
h
requiresCorrectToolForDrops
field_25185
toolRequired
f_60889_
boolean
i
isRandomlyTicking
field_10661
randomTicks
f_60890_
float
j
friction
field_10667
slipperiness
f_60891_
float
k
speedFactor
field_23179
velocityMultiplier
f_60892_
float
l
jumpFactor
field_21209
jumpVelocityMultiplier
f_60893_
ResourceKey<LootTable>
m
drops
field_10666
lootTableKey
f_60894_
boolean
n
canOcclude
field_20721
opaque
f_60895_
boolean
o
isAir
field_23180
isAir
f_60896_
boolean
p
ignitedByLava
field_43394
burnable
f_278123_
boolean
q
liquid
field_44481
liquid
f_278418_
boolean
r
forceSolidOff
field_44627
forceNotSolid
f_279665_
boolean
s
forceSolidOn
field_44628
forceSolid
f_279618_
PushReaction
t
pushReaction
field_43395
pistonBehavior
f_278130_
boolean
u
spawnTerrainParticles
field_40341
blockBreakParticles
f_290592_
NoteBlockInstrument
v
instrument
field_44629
instrument
f_279538_
boolean
w
replaceable
field_44630
replaceable
f_279630_
BlockBehaviour$StateArgumentPredicate<EntityType<?>>
x
isValidSpawn
field_23181
allowsSpawningPredicate
f_60897_
BlockBehaviour$StatePredicate
y
isRedstoneConductor
field_23182
solidBlockPredicate
f_60898_
BlockBehaviour$StatePredicate
z
isSuffocating
field_23183
suffocationPredicate
f_60899_
BlockBehaviour$StatePredicate
A
isViewBlocking
field_23184
blockVisionPredicate
f_60900_
BlockBehaviour$StatePredicate
B
hasPostProcess
field_23185
postProcessPredicate
f_60901_
BlockBehaviour$StatePredicate
C
emissiveRendering
field_23186
emissiveLightingPredicate
f_60902_
boolean
D
dynamicShape
field_10670
dynamicBounds
f_60903_
FeatureFlagSet
E
requiredFeatures
field_40342
requiredFeatures
f_244138_
Optional<BlockBehaviour$OffsetFunction>
F
offsetFunction
field_42818
offsetter
f_271289_

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static BlockBehaviour$Properties
a()
of()
method_9637()
create()
m_284310_()
public static BlockBehaviour$Properties
a(dsd arg0)
ofFullCopy(BlockBehaviour arg0)
method_9630(class_4970 arg0)
copy(AbstractBlock block)
m_308003_(C_2056_ p_311099_)
public static BlockBehaviour$Properties
b(dsd arg0)
ofLegacyCopy(BlockBehaviour arg0)
method_55226(class_4970 arg0)
copyShallow(AbstractBlock block)
m_306071_(C_2056_ p_312896_)
public BlockBehaviour$Properties
a(ctk arg0)
mapColor(DyeColor arg0)
method_51517(class_1767 arg0)
mapColor(DyeColor color)
m_284268_(C_1353_ arg0)
public BlockBehaviour$Properties
a(eob arg0)
mapColor(MapColor arg0)
method_31710(class_3620 arg0)
mapColor(MapColor color)
m_284180_(C_283734_ arg0)
public BlockBehaviour$Properties
a(Function<dse, eob> arg0)
mapColor(Function<BlockState, MapColor> arg0)
method_51520(Function<class_2680, class_3620> arg0)
mapColor(Function<BlockState, MapColor> mapColorProvider)
m_284495_(Function<C_2064_, C_283734_> arg0)
public BlockBehaviour$Properties
b()
noCollission()
method_9634()
noCollision()
m_60910_()
public BlockBehaviour$Properties
c()
noOcclusion()
method_22488()
nonOpaque()
m_60955_()
public BlockBehaviour$Properties
a(float arg0)
friction(float arg0)
method_9628(float arg0)
slipperiness(float slipperiness)
m_60911_(float arg0)
public BlockBehaviour$Properties
b(float arg0)
speedFactor(float arg0)
method_23351(float arg0)
velocityMultiplier(float velocityMultiplier)
m_60956_(float arg0)
public BlockBehaviour$Properties
c(float arg0)
jumpFactor(float arg0)
method_23352(float arg0)
jumpVelocityMultiplier(float jumpVelocityMultiplier)
m_60967_(float arg0)
public BlockBehaviour$Properties
a(dmo arg0)
sound(SoundType arg0)
method_9626(class_2498 arg0)
sounds(BlockSoundGroup soundGroup)
m_60918_(C_1914_ arg0)
public BlockBehaviour$Properties
a(ToIntFunction<dse> arg0)
lightLevel(ToIntFunction<BlockState> arg0)
method_9631(ToIntFunction<class_2680> arg0)
luminance(ToIntFunction<BlockState> luminance)
m_60953_(ToIntFunction<C_2064_> arg0)
public BlockBehaviour$Properties
a(float arg0, float arg1)
strength(float arg0, float arg1)
method_9629(float arg0, float arg1)
strength(float hardness, float resistance)
m_60913_(float p_60915_, float arg1)
public BlockBehaviour$Properties
d()
instabreak()
method_9618()
breakInstantly()
m_60966_()
public BlockBehaviour$Properties
d(float arg0)
strength(float arg0)
method_9632(float arg0)
strength(float strength)
m_60978_(float arg0)
public BlockBehaviour$Properties
e()
randomTicks()
method_9640()
ticksRandomly()
m_60977_()
public BlockBehaviour$Properties
f()
dynamicShape()
method_9624()
dynamicBounds()
m_60988_()
public BlockBehaviour$Properties
g()
noLootTable()
method_42327()
dropsNothing()
m_222994_()
public BlockBehaviour$Properties
a(dfb arg0)
dropsLike(Block arg0)
method_16228(class_2248 arg0)
dropsLike(Block source)
m_60916_(C_1706_ arg0)
public BlockBehaviour$Properties
h()
ignitedByLava()
method_50013()
burnable()
m_278183_()
public BlockBehaviour$Properties
i()
liquid()
method_51177()
liquid()
m_278788_()
public BlockBehaviour$Properties
j()
forceSolidOn()
method_51369()
solid()
m_280606_()
public BlockBehaviour$Properties
k()
forceSolidOff()
method_51370()
notSolid()
m_280574_()
public BlockBehaviour$Properties
a(eoc arg0)
pushReaction(PushReaction arg0)
method_50012(class_3619 arg0)
pistonBehavior(PistonBehavior pistonBehavior)
m_278166_(C_2699_ arg0)
public BlockBehaviour$Properties
l()
air()
method_26250()
air()
m_60996_()
public BlockBehaviour$Properties
a(dsd$e<btc<?>> arg0)
isValidSpawn(BlockBehaviour$StateArgumentPredicate<EntityType<?>> arg0)
method_26235(class_4970$class_4972<class_1299<?>> arg0)
allowsSpawning(AbstractBlock$TypedContextPredicate<EntityType<?>> predicate)
m_60922_(C_2056_$C_2062_<C_513_<?>> arg0)
public BlockBehaviour$Properties
a(dsd$f arg0)
isRedstoneConductor(BlockBehaviour$StatePredicate arg0)
method_26236(class_4970$class_4973 arg0)
solidBlock(AbstractBlock$ContextPredicate predicate)
m_60924_(C_2056_$C_2063_ arg0)
public BlockBehaviour$Properties
b(dsd$f arg0)
isSuffocating(BlockBehaviour$StatePredicate arg0)
method_26243(class_4970$class_4973 arg0)
suffocates(AbstractBlock$ContextPredicate predicate)
m_60960_(C_2056_$C_2063_ arg0)
public BlockBehaviour$Properties
c(dsd$f arg0)
isViewBlocking(BlockBehaviour$StatePredicate arg0)
method_26245(class_4970$class_4973 arg0)
blockVision(AbstractBlock$ContextPredicate predicate)
m_60971_(C_2056_$C_2063_ arg0)
public BlockBehaviour$Properties
d(dsd$f arg0)
hasPostProcess(BlockBehaviour$StatePredicate arg0)
method_26247(class_4970$class_4973 arg0)
postProcess(AbstractBlock$ContextPredicate predicate)
m_60982_(C_2056_$C_2063_ arg0)
public BlockBehaviour$Properties
e(dsd$f arg0)
emissiveRendering(BlockBehaviour$StatePredicate arg0)
method_26249(class_4970$class_4973 arg0)
emissiveLighting(AbstractBlock$ContextPredicate predicate)
m_60991_(C_2056_$C_2063_ arg0)
public BlockBehaviour$Properties
m()
requiresCorrectToolForDrops()
method_29292()
requiresTool()
m_60999_()
public BlockBehaviour$Properties
e(float arg0)
destroyTime(float arg0)
method_36557(float arg0)
hardness(float hardness)
m_155954_(float arg0)
public BlockBehaviour$Properties
f(float arg0)
explosionResistance(float arg0)
method_36558(float arg0)
resistance(float resistance)
m_155956_(float arg0)
public BlockBehaviour$Properties
a(dsd$c arg0)
offsetType(BlockBehaviour$OffsetType arg0)
method_49229(class_4970$class_2250 arg0)
offset(AbstractBlock$OffsetType offsetType)
m_222979_(C_2056_$C_2060_ arg0)
public BlockBehaviour$Properties
n()
noTerrainParticles()
method_45477()
noBlockBreakParticles()
m_294567_()
public BlockBehaviour$Properties
a(cpl... arg0)
requiredFeatures(FeatureFlag... arg0)
method_45476(class_7696... arg0)
requires(FeatureFlag... features)
m_246843_(C_243544_... arg0)
public BlockBehaviour$Properties
a(dtf arg0)
instrument(NoteBlockInstrument arg0)
method_51368(class_2766 arg0)
instrument(Instrument instrument)
m_280658_(C_2095_ arg0)
public BlockBehaviour$Properties
o()
replaceable()
method_51371()
replaceable()
m_280170_()