Package net.minecraft.loot.conditions
Class BlockStateProperty
- java.lang.Object
-
- net.minecraft.loot.conditions.BlockStateProperty
-
- All Implemented Interfaces:
java.util.function.Predicate<LootContext>
,ILootCondition
,IParameterized
public class BlockStateProperty extends java.lang.Object implements ILootCondition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockStateProperty.Builder
static class
BlockStateProperty.Serializer
-
Nested classes/interfaces inherited from interface net.minecraft.loot.conditions.ILootCondition
ILootCondition.IBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private Block
block
private StatePropertiesPredicate
properties
-
Constructor Summary
Constructors Modifier Constructor Description private
BlockStateProperty(Block p_i225896_1_, StatePropertiesPredicate p_i225896_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<LootParameter<?>>
getReferencedContextParams()
LootConditionType
getType()
static BlockStateProperty.Builder
hasBlockStateProperties(Block p_215985_0_)
boolean
test(LootContext p_test_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.loot.IParameterized
validate
-
-
-
-
Field Detail
-
block
private final Block block
-
properties
private final StatePropertiesPredicate properties
-
-
Constructor Detail
-
BlockStateProperty
private BlockStateProperty(Block p_i225896_1_, StatePropertiesPredicate p_i225896_2_)
-
-
Method Detail
-
getType
public LootConditionType getType()
- Specified by:
getType
in interfaceILootCondition
-
getReferencedContextParams
public java.util.Set<LootParameter<?>> getReferencedContextParams()
- Specified by:
getReferencedContextParams
in interfaceIParameterized
-
test
public boolean test(LootContext p_test_1_)
- Specified by:
test
in interfacejava.util.function.Predicate<LootContext>
-
hasBlockStateProperties
public static BlockStateProperty.Builder hasBlockStateProperties(Block p_215985_0_)
-
-