Uses of Interface
net.minecraft.aprilfools.UnlockCondition
Packages that use UnlockCondition
-
Uses of UnlockCondition in net.minecraft.aprilfools
Fields in net.minecraft.aprilfools with type parameters of type UnlockConditionModifier and TypeFieldDescriptionprivate final List<UnlockCondition> PlayerUnlock.Builder.madeVisibleByprivate final List<UnlockCondition> PlayerUnlock.madeVisibleByThe field for themadeVisibleByrecord component.private final List<UnlockCondition> WorldEffect.Builder.unlockedByprivate final List<UnlockCondition> WorldEffect.unlockedByThe field for theunlockedByrecord component.Methods in net.minecraft.aprilfools that return UnlockConditionModifier and TypeMethodDescriptionstatic UnlockConditionUnlockCondition.method_69596(float float2, EntityType<? extends Entity>[] entityType) static UnlockConditionUnlockCondition.method_69620(EntityType<? extends Entity> entityType) static UnlockConditionUnlockCondition.method_69621(com.mojang.datafixers.util.Function4<ServerWorld, ServerPlayerEntity, DamageSource, Float, Boolean> function4) static UnlockConditionUnlockCondition.method_69636(WorldEffect worldEffect) static UnlockConditionUnlockCondition.method_69637(BiFunction<ServerWorld, AdvancementEntry, Boolean> biFunction) static UnlockConditionUnlockCondition.method_69638(RegistryEntry<PlayerUnlock> unlock) static UnlockConditionUnlockCondition.method_69639(TriFunction<ServerWorld, ServerPlayerEntity, DamageSource, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69640(boolean bool) static UnlockConditionUnlockCondition.method_69641(boolean bool, SpecialMineComponent specialMineComponent) static UnlockConditionUnlockCondition.method_69642(boolean bool, WorldEffect[] worldEffects) static UnlockConditionUnlockCondition.method_69646(com.mojang.datafixers.util.Function4<ServerWorld, ServerPlayerEntity, AnimalEntity, ItemStack, Boolean> function4) static UnlockConditionUnlockCondition.method_69650(BiFunction<ServerWorld, BlockState, Boolean> biFunction) static UnlockConditionUnlockCondition.method_69651(TriFunction<ServerWorld, ServerPlayerEntity, Entity, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69655(BiFunction<ServerWorld, BlockState, Boolean> biFunction) static UnlockConditionUnlockCondition.method_69656(TriFunction<ServerWorld, BlockState, BlockPos, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69657(BiFunction<ServerWorld, BlockState, Boolean> biFunction) static UnlockConditionUnlockCondition.method_69658(TriFunction<ServerWorld, BlockState, BlockPos, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69659(BiFunction<ServerWorld, ServerPlayerEntity, Boolean> biFunction) static UnlockConditionUnlockCondition.method_69660(TriFunction<ServerWorld, ServerPlayerEntity, ItemStack, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69661(TriFunction<ServerWorld, ServerPlayerEntity, ItemStack, Boolean> triFunction) static UnlockConditionUnlockCondition.method_69662(TriFunction<ServerWorld, ServerPlayerEntity, ItemStack, Boolean> triFunction) Methods in net.minecraft.aprilfools that return types with arguments of type UnlockConditionModifier and TypeMethodDescriptionPlayerUnlock.madeVisibleBy()Returns the value of themadeVisibleByrecord component.WorldEffect.unlockedBy()Returns the value of theunlockedByrecord component.Methods in net.minecraft.aprilfools with parameters of type UnlockConditionModifier and TypeMethodDescriptionPlayerUnlock.Builder.madeVisibleBy(UnlockCondition[] madeVisibleBy) WorldEffect.Builder.unlockedByCondition(UnlockCondition[] unlockCondition) Method parameters in net.minecraft.aprilfools with type arguments of type UnlockConditionModifier and TypeMethodDescriptionprivate static voidUnlockCondition.method_69630(World world, @Nullable ServerPlayerEntity player, Vec3d vec3d, BiFunction<ServerWorld, UnlockCondition, Boolean> biFunction) -
Uses of UnlockCondition in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type UnlockConditionModifier and TypeFieldDescriptionprivate final List<UnlockCondition> SpecialMineComponent.Builder.unlockedByprivate final List<UnlockCondition> SpecialMineComponent.unlockedByThe field for theunlockedByrecord component.Methods in net.minecraft.component.type that return types with arguments of type UnlockConditionModifier and TypeMethodDescriptionSpecialMineComponent.unlockedBy()Returns the value of theunlockedByrecord component.Methods in net.minecraft.component.type with parameters of type UnlockConditionModifier and TypeMethodDescriptionSpecialMineComponent.Builder.unlockedBy(UnlockCondition[] unlockedBy)