Uses of Class
net.minecraft.aprilfools.PlayerUnlock.Builder
Packages that use PlayerUnlock.Builder
-
Uses of PlayerUnlock.Builder in net.minecraft.aprilfools
Methods in net.minecraft.aprilfools that return PlayerUnlock.BuilderModifier and TypeMethodDescriptionPlayerUnlock.Builder.activation(Consumer<ServerPlayerEntity> activation) PlayerUnlock.Builder.attributeModifier(RegistryEntry<EntityAttribute> attribute, double value, EntityAttributeModifier.Operation operation) static PlayerUnlock.Builderstatic PlayerUnlock.BuilderPlayerUnlock.builder(String key, RegistryEntry<PlayerUnlock> parent) PlayerUnlock.Builder.defaultVisibility(PlayerUnlock.Visibility defaultVisibility) final PlayerUnlock.BuilderPlayerUnlock.Builder.disables(RegistryEntry<PlayerUnlock>[] unlocks) PlayerUnlock.Builder.exclusiveKey(String exclusiveKey) PlayerUnlock.Builder.madeVisibleBy(UnlockCondition[] madeVisibleBy) PlayerUnlock.Builder.method_69200(TagKey<Item> tagKey, float float2) PlayerUnlock.Builder.method_69202(EntityType<?> entityType) PlayerUnlock.Builder.method_69205(EntityType<?> entityType, Class<? extends TameableEntity> class2, Consumer<TameableEntity> consumer) PlayerUnlock.Builder.method_69208(Item item, float float2) PlayerUnlock.Builder.onMineEnter(Consumer<ServerPlayerEntity> onMineEnter) PlayerUnlock.Builder.onMineEnterEffect(RegistryEntry<StatusEffect> effect, int seconds) PlayerUnlock.Builder.onMineEnterEffect(RegistryEntry<StatusEffect> effect, int seconds, int amplifier) PlayerUnlock.Builder.onMineEnterGive(Function<ServerPlayerEntity, ItemStack> playerToStack) PlayerUnlock.Builder.onMineEnterGive(Item[] items) PlayerUnlock.Builder.onMineEnterGive(ItemStack[] stacks) final PlayerUnlock.BuilderPlayerUnlock.Builder.onMineEnterGiveEnchanted(Item item, Pair<RegistryKey<Enchantment>, Integer>[] enchantments) PlayerUnlock.Builder.unlockPrice(int unlockPrice)