Package net.minecraft.loot.condition
Record Class BlockStatePropertyLootCondition
java.lang.Object
java.lang.Record
net.minecraft.loot.condition.BlockStatePropertyLootCondition
- Record Components:
block-properties-
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public record BlockStatePropertyLootCondition(RegistryEntry<Block> block, Optional<StatePredicate> properties)
extends Record
implements LootCondition
- Mappings:
Namespace Name official effintermediary net/minecraft/class_212named net/minecraft/loot/condition/BlockStatePropertyLootConditionofficial bintermediary comp_1876named blockofficial cintermediary comp_1877named properties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntry<Block>The field for theblockrecord component.static final com.mojang.serialization.Codec<BlockStatePropertyLootCondition>private final Optional<StatePredicate>The field for thepropertiesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionBlockStatePropertyLootCondition(RegistryEntry<Block> registryEntry, Optional<StatePredicate> optional) -
Method Summary
Modifier and TypeMethodDescriptionblock()Returns the value of theblockrecord component.final booleanIndicates whether some other object is "equal to" this one.getType()final inthashCode()Returns a hash code value for this object.private static com.mojang.serialization.DataResult<BlockStatePropertyLootCondition>method_53418(BlockStatePropertyLootCondition blockStatePropertyLootCondition) Returns the value of thepropertiesrecord component.booleantest(LootContext lootContext) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.loot.context.LootContextAware
validate
-
Field Details
-
block
The field for theblockrecord component. -
properties
The field for thepropertiesrecord component. -
field_45868
- Mappings:
Namespace Name Mixin selector official aLeff;a:Lcom/mojang/serialization/Codec;intermediary field_45868Lnet/minecraft/class_212;field_45868:Lcom/mojang/serialization/Codec;named field_45868Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;field_45868:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
BlockStatePropertyLootCondition
public BlockStatePropertyLootCondition(RegistryEntry<Block> registryEntry, Optional<StatePredicate> optional)
-
-
Method Details
-
method_53418
private static com.mojang.serialization.DataResult<BlockStatePropertyLootCondition> method_53418(BlockStatePropertyLootCondition blockStatePropertyLootCondition) - Mappings:
Namespace Name Mixin selector official aLeff;a(Leff;)Lcom/mojang/serialization/DataResult;intermediary method_53418Lnet/minecraft/class_212;method_53418(Lnet/minecraft/class_212;)Lcom/mojang/serialization/DataResult;named method_53418Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;method_53418(Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition;)Lcom/mojang/serialization/DataResult;
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector official bLefg;b()Lefh;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector official aLeci;a()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector official aLeff;a(Lech;)Zintermediary method_899Lnet/minecraft/class_212;method_899(Lnet/minecraft/class_47;)Znamed testLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
builder
- Mappings:
Namespace Name Mixin selector official aLeff;a(Lcsm;)Leff$a;intermediary method_900Lnet/minecraft/class_212;method_900(Lnet/minecraft/class_2248;)Lnet/minecraft/class_212$class_213;named builderLnet/minecraft/loot/condition/BlockStatePropertyLootCondition;builder(Lnet/minecraft/block/Block;)Lnet/minecraft/loot/condition/BlockStatePropertyLootCondition$Builder;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
block
Returns the value of theblockrecord component.- Returns:
- the value of the
blockrecord component
-
properties
Returns the value of thepropertiesrecord component.- Returns:
- the value of the
propertiesrecord component
-