Uses of Record Class
net.minecraft.component.type.SpecialMineComponent
Packages that use SpecialMineComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of SpecialMineComponent in net.minecraft
Fields in net.minecraft with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionprivate final Optional<SpecialMineComponent> class_10967.class_10969.mineThe field for theminerecord component.Methods in net.minecraft that return types with arguments of type SpecialMineComponentModifier and TypeMethodDescriptionclass_10967.class_10969.mine()Returns the value of theminerecord component.Method parameters in net.minecraft with type arguments of type SpecialMineComponentModifier and TypeMethodDescriptionprivate static intclass_10963.method_69026(ServerCommandSource serverCommandSource, List<WorldEffect> list, Optional<SpecialMineComponent> optional) private static intclass_10963.method_69027(ServerCommandSource serverCommandSource, RegistryEntry<SpecialMineComponent> registryEntry) static class_10967.class_10970class_10967.method_69062(GameInstance gameInstance, List<WorldEffect> list, Optional<SpecialMineComponent> optional) -
Uses of SpecialMineComponent in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type SpecialMineComponentModifier and TypeMethodDescriptionTickCriterion.Conditions.createSpecialMineCompleted(SpecialMineComponent specialMine) -
Uses of SpecialMineComponent in net.minecraft.aprilfools
Fields in net.minecraft.aprilfools declared as SpecialMineComponentModifier and TypeFieldDescriptionstatic final SpecialMineComponentSpecialMines.ANGRY_GHAST_BOSSstatic final SpecialMineComponentSpecialMines.ENDER_DRAGON_BOSSstatic final SpecialMineComponentSpecialMines.ENDERMAN_BOSSstatic final SpecialMineComponentSpecialMines.KUIPER_BELTstatic final SpecialMineComponentSpecialMines.RAIDstatic final SpecialMineComponentSpecialMines.SMALL_BUT_DEADLY_BOSSstatic final SpecialMineComponentSpecialMines.SPOOKY_SCARY_SKELETONS_BOSSstatic final SpecialMineComponentSpecialMines.WARDEN_BOSSstatic final SpecialMineComponentSpecialMines.WITHER_BOSSFields in net.minecraft.aprilfools with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionstatic final List<SpecialMineComponent> SpecialMines.SPECIAL_MINESMethods in net.minecraft.aprilfools that return SpecialMineComponentModifier and TypeMethodDescriptionstatic SpecialMineComponentSpecialMines.registerAndGetDefault(Registry<SpecialMineComponent> registry) Methods in net.minecraft.aprilfools with parameters of type SpecialMineComponentModifier and TypeMethodDescriptiondefault booleanUnlockCondition.method_69605(ServerWorld world, ServerPlayerEntity player, SpecialMineComponent specialMine, boolean bool) static voidUnlockCondition.method_69628(World world, ServerPlayerEntity serverPlayerEntity, SpecialMineComponent specialMineComponent, boolean bool) static UnlockConditionUnlockCondition.method_69641(boolean bool, SpecialMineComponent specialMineComponent) Method parameters in net.minecraft.aprilfools with type arguments of type SpecialMineComponentModifier and TypeMethodDescriptionstatic SpecialMineComponentSpecialMines.registerAndGetDefault(Registry<SpecialMineComponent> registry) -
Uses of SpecialMineComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionstatic final ComponentType<SpecialMineComponent> DataComponentTypes.SPECIAL_MINE -
Uses of SpecialMineComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SpecialMineComponent> SpecialMineComponent.CODECstatic final PacketCodec<RegistryByteBuf, SpecialMineComponent> SpecialMineComponent.PACKET_CODECprivate final List<SpecialMineComponent> SpecialMineComponent.Builder.unlockedAfterprivate final List<SpecialMineComponent> SpecialMineComponent.unlockedAfterThe field for theunlockedAfterrecord component.Methods in net.minecraft.component.type that return SpecialMineComponentModifier and TypeMethodDescriptionprivate SpecialMineComponentSpecialMineComponent.Builder.build()SpecialMineComponent.Builder.buildAndRegister()Methods in net.minecraft.component.type that return types with arguments of type SpecialMineComponentModifier and TypeMethodDescriptionSpecialMineComponent.unlockedAfter()Returns the value of theunlockedAfterrecord component.Methods in net.minecraft.component.type with parameters of type SpecialMineComponentModifier and TypeMethodDescriptionSpecialMineComponent.Builder.unlockedAfter(SpecialMineComponent[] specialMines) -
Uses of SpecialMineComponent in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionprivate Optional<RegistryKey<SpecialMineComponent>> LocationPredicate.Builder.specialMineprivate final Optional<RegistryKey<SpecialMineComponent>> LocationPredicate.specialMineThe field for thespecialMinerecord component.Methods in net.minecraft.predicate.entity that return types with arguments of type SpecialMineComponentModifier and TypeMethodDescriptionLocationPredicate.specialMine()Returns the value of thespecialMinerecord component.Method parameters in net.minecraft.predicate.entity with type arguments of type SpecialMineComponentModifier and TypeMethodDescriptionLocationPredicate.Builder.specialMine(RegistryKey<SpecialMineComponent> specialMine) -
Uses of SpecialMineComponent in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionstatic final Registry<SpecialMineComponent> Registries.SPECIAL_MINEstatic final RegistryKey<Registry<SpecialMineComponent>> RegistryKeys.SPECIAL_MINE -
Uses of SpecialMineComponent in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionprivate final Optional<SpecialMineComponent> ServerWorld.field_58289Methods in net.minecraft.server.world that return types with arguments of type SpecialMineComponentMethods in net.minecraft.server.world with parameters of type SpecialMineComponentModifier and TypeMethodDescriptionvoidServerWorld.method_69082(SpecialMineComponent specialMineComponent) booleanServerWorld.method_69103(SpecialMineComponent specialMineComponent) -
Uses of SpecialMineComponent in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type SpecialMineComponentMethods in net.minecraft.world with parameters of type SpecialMineComponentModifier and TypeMethodDescriptionbooleanSaveProperties.method_70219(SpecialMineComponent specialMineComponent) voidSaveProperties.method_70222(SpecialMineComponent specialMineComponent) Method parameters in net.minecraft.world with type arguments of type SpecialMineComponentModifier and TypeMethodDescriptionvoidSaveProperties.method_70221(Optional<SpecialMineComponent> optional, boolean bool) -
Uses of SpecialMineComponent in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionprivate final Optional<SpecialMineComponent> DimensionOptions.mineThe field for theminerecord component.Methods in net.minecraft.world.dimension that return types with arguments of type SpecialMineComponent -
Uses of SpecialMineComponent in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type SpecialMineComponentModifier and TypeFieldDescriptionprivate final List<SpecialMineComponent> LevelProperties.field_59281private final List<SpecialMineComponent> LevelProperties.field_59282Methods in net.minecraft.world.level that return types with arguments of type SpecialMineComponentModifier and TypeMethodDescriptionLevelProperties.method_70218(Random random) ServerWorldProperties.method_70218(Random random) UnmodifiableLevelProperties.method_70218(Random random) Methods in net.minecraft.world.level with parameters of type SpecialMineComponentModifier and TypeMethodDescriptionbooleanLevelProperties.method_70219(SpecialMineComponent specialMineComponent) booleanServerWorldProperties.method_70219(SpecialMineComponent specialMineComponent) booleanUnmodifiableLevelProperties.method_70219(SpecialMineComponent specialMineComponent) voidLevelProperties.method_70222(SpecialMineComponent specialMineComponent) voidServerWorldProperties.method_70222(SpecialMineComponent specialMineComponent) voidUnmodifiableLevelProperties.method_70222(SpecialMineComponent specialMineComponent) Method parameters in net.minecraft.world.level with type arguments of type SpecialMineComponentModifier and TypeMethodDescriptionvoidLevelProperties.method_70221(Optional<SpecialMineComponent> optional, boolean bool) voidServerWorldProperties.method_70221(Optional<SpecialMineComponent> optional, boolean bool) voidUnmodifiableLevelProperties.method_70221(Optional<SpecialMineComponent> optional, boolean bool) Constructor parameters in net.minecraft.world.level with type arguments of type SpecialMineComponentModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<GameInstance> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, Optional<RegistryEntry<DimensionType>> optional, com.mojang.serialization.Lifecycle lifecycle, List<WorldEffect> list, List<SpecialMineComponent> list2, List<SpecialMineComponent> list3, Object2IntOpenHashMap<SpecialMineComponent> object2IntOpenHashMap, int int2, int int3, int int4, Map<RegistryKey<World>, class_11101> map)