Class CopyBlockState
java.lang.Object
net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
net.minecraft.world.level.storage.loot.functions.CopyBlockState
- All Implemented Interfaces:
BiFunction<ItemStack,
,LootContext, ItemStack> LootItemFunction
,LootContextUser
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
LootItemConditionalFunction.DummyBuilder
-
Field Summary
Fields inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
predicates
-
Constructor Summary
ConstructorDescriptionCopyBlockState
(LootItemCondition[] p_80050_, Block p_80051_, Set<Property<?>> p_80052_) -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyBlockState.Builder
Set<LootContextParam<?>>
getType()
protected ItemStack
run
(ItemStack p_80060_, LootContext p_80061_) private static <T extends Comparable<T>>
Stringserialize
(BlockState p_80065_, Property<T> p_80066_) Methods inherited from class net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction
apply, simpleBuilder, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
block
-
properties
-
-
Constructor Details
-
CopyBlockState
CopyBlockState(LootItemCondition[] p_80050_, Block p_80051_, Set<Property<?>> p_80052_)
-
-
Method Details
-
getType
-
getReferencedContextParams
-
run
- Specified by:
run
in classLootItemConditionalFunction
-
copyState
-
serialize
private static <T extends Comparable<T>> String serialize(BlockState p_80065_, Property<T> p_80066_)
-