Uses of Class
net.minecraft.world.level.block.Block
Packages that use Block
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Classes for NeoForge's own data generation.
-
Uses of Block in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type BlockModifier and TypeFieldDescriptionBeeNestDestroyedTrigger.TriggerInstance.blockThe field for theblockrecord component.EnterBlockTrigger.TriggerInstance.blockThe field for theblockrecord component.SlideDownBlockTrigger.TriggerInstance.blockThe field for theblockrecord component.BlockPredicate.blocksThe field for theblocksrecord component.BlockPredicate.Builder.blocksMethods in net.minecraft.advancements.criterion that return types with arguments of type BlockModifier and TypeMethodDescriptionBeeNestDestroyedTrigger.TriggerInstance.block()Returns the value of theblockrecord component.EnterBlockTrigger.TriggerInstance.block()Returns the value of theblockrecord component.SlideDownBlockTrigger.TriggerInstance.block()Returns the value of theblockrecord component.BlockPredicate.blocks()Returns the value of theblocksrecord component.Methods in net.minecraft.advancements.criterion with parameters of type BlockModifier and TypeMethodDescriptionBeeNestDestroyedTrigger.TriggerInstance.destroyedBeeNest(Block block, ItemPredicate.Builder itemPredicate, MinMaxBounds.Ints numBeesInside) EnterBlockTrigger.TriggerInstance.entersBlock(Block block) BlockPredicate.Builder.of(HolderGetter<Block> lookup, Block... blocks) ItemUsedOnLocationTrigger.TriggerInstance.placedBlock(Block block) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<Boolean> property, boolean propertyValue) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<Integer> property, int propertyValue) static <T extends Comparable<T>>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<T> property, String propertyValue) static <T extends Comparable<T> & StringRepresentable>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(Block block, Property<T> properties, T propertyValue) SlideDownBlockTrigger.TriggerInstance.slidesDownBlock(Block block) PlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(HolderGetter<Block> blocks, HolderGetter<Item> items, Block stepOnBlock, Item requiredEquipment) Method parameters in net.minecraft.advancements.criterion with type arguments of type BlockModifier and TypeMethodDescriptionBlockPredicate.Builder.of(HolderGetter<Block> lookup, Collection<Block> blocks) BlockPredicate.Builder.of(HolderGetter<Block> lookup, Collection<Block> blocks) BlockPredicate.Builder.of(HolderGetter<Block> lookup, TagKey<Block> tag) BlockPredicate.Builder.of(HolderGetter<Block> lookup, TagKey<Block> tag) BlockPredicate.Builder.of(HolderGetter<Block> lookup, Block... blocks) PlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(HolderGetter<Block> blocks, HolderGetter<Item> items, Block stepOnBlock, Item requiredEquipment) Constructor parameters in net.minecraft.advancements.criterion with type arguments of type BlockModifierConstructorDescriptionBlockPredicate(Optional<HolderSet<Block>> blocks, Optional<StatePropertiesPredicate> properties, Optional<NbtPredicate> nbt, DataComponentMatchers components) Creates an instance of aBlockPredicaterecord class. -
Uses of Block in net.minecraft.client.color.block
Fields in net.minecraft.client.color.block with type parameters of type BlockModifier and TypeFieldDescriptionprivate final Map<Block, List<BlockTintSource>> BlockColors.sourcesMethods in net.minecraft.client.color.block with parameters of type BlockModifier and TypeMethodDescriptionBlockColors.getColoringProperties(Block block) voidBlockColors.register(List<BlockTintSource> layers, Block... blocks) Deprecated. -
Uses of Block in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models with type parameters of type BlockModifier and TypeFieldDescriptionstatic final Map<Block, BlockModelGenerators.BlockStateGeneratorSupplier> BlockModelGenerators.FULL_BLOCK_MODEL_CUSTOM_GENERATORSprivate final Map<Block, BlockModelDefinitionGenerator> ModelProvider.BlockStateGeneratorCollector.generatorsModelProvider.BlockStateGeneratorCollector.knownBlocksBlockModelGenerators.NON_ORIENTABLE_TRAPDOORstatic final Map<BlockFamily.Variant, BiConsumer<BlockModelGenerators.BlockFamilyProvider, Block>> BlockModelGenerators.SHAPE_CONSUMERSBlockModelGenerators.BlockFamilyProvider.skipGeneratingModelsForstatic final Map<Block, TexturedModel> BlockModelGenerators.TEXTURED_MODELSMethods in net.minecraft.client.data.models that return types with arguments of type BlockMethods in net.minecraft.client.data.models with parameters of type BlockModifier and TypeMethodDescriptionvoidBlockModelGenerators.addShelfPart(Block block, TextureMapping mapping, MultiPartGenerator generator, ModelTemplate template, @Nullable Boolean isPowered, @Nullable SideChainPart sideChainPart) voidBlockModelGenerators.copyCopperBulbModel(Block donor, Block acceptor) voidBlockModelGenerators.copyDoorModel(Block donor, Block acceptor) voidvoidBlockModelGenerators.copyTrapdoorModel(Block donor, Block acceptor) BlockModelGenerators.BlockStateGeneratorSupplier.create(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createActiveRail(Block block) voidBlockModelGenerators.createAirLikeBlock(Block block, Material particle) voidBlockModelGenerators.createAirLikeBlock(Block block, Item particleItem) voidBlockModelGenerators.createAmethystCluster(Block clusterBlock) voidBlockModelGenerators.createAnvil(Block block) voidBlockModelGenerators.createAxisAlignedPillarBlock(Block block, TexturedModel.Provider modelProvider) BlockModelGenerators.createAxisAlignedPillarBlock(Block block, MultiVariant model) voidBlockModelGenerators.createAxisAlignedPillarBlockCustomModel(Block block, MultiVariant model) voidBlockModelGenerators.createAzalea(Block block) voidBlockModelGenerators.createBanner(Block standAlone, Block wall, DyeColor baseColor) voidBlockModelGenerators.createBars(Block block, Identifier postEndResource, Identifier postResource, Identifier capResource, Identifier capAltResource, Identifier sideResource, Identifier sideAltResource) voidBlockModelGenerators.createBarsAndItem(Block block) voidBlockModelGenerators.createBarsAndItem(Block unwaxed, Block waxed) voidvoidBlockModelGenerators.createBeeNest(Block block, Function<Block, TextureMapping> mappingFunction) voidBlockModelGenerators.createBrushableBlock(Block block) BlockModelGenerators.createButton(Block block, MultiVariant normal, MultiVariant pressed) voidBlockModelGenerators.createCampfires(Block... campFires) voidBlockModelGenerators.createCandleAndCandleCake(Block candleBlock, Block candleCakeBlock) voidBlockModelGenerators.createChest(Block block, Block particle, MultiblockChestResources<Identifier> textures, boolean hasGiftVariant) voidBlockModelGenerators.createChest(Block block, Block particle, Identifier texture, boolean hasGiftVariant) voidBlockModelGenerators.createColoredBlockWithRandomRotations(TexturedModel.Provider modelProvider, Block... blocks) voidBlockModelGenerators.createColoredBlockWithStateRotations(TexturedModel.Provider modelProvider, Block... blocks) voidBlockModelGenerators.createCommandBlock(Block block) voidBlockModelGenerators.createCopperBulb(Block copperBulb) BlockModelGenerators.createCopperBulb(Block copperBulb, MultiVariant baseModel, MultiVariant litModel, MultiVariant baseModelPowered, MultiVariant litModelPowered) voidBlockModelGenerators.createCopperChain(Block unwaxed, Block waxed) voidBlockModelGenerators.createCopperGolemStatue(Block block, Block particle, WeatheringCopper.WeatherState state) voidBlockModelGenerators.createCopperLantern(Block unwaxed, Block waxed) voidBlockModelGenerators.createCoral(Block plant, Block deadPlant, Block block, Block deadBlock, Block fan, Block deadFan, Block wallFan, Block deadWallFan) voidBlockModelGenerators.createCoralFans(Block fan, Block wallFan) voidBlockModelGenerators.createCraftingTableLike(Block block, Block bottomBlock, BiFunction<Block, Block, TextureMapping> mappingProvider) voidBlockModelGenerators.createCreakingHeart(Block block) BlockModelGenerators.createCreakingHeartModel(TexturedModel.Provider provider, Block block, String suffix) voidBlockModelGenerators.createCropBlock(Block block, Property<Integer> property, int... stages) voidBlockModelGenerators.createCrossBlock(Block block, BlockModelGenerators.PlantType plantType) voidBlockModelGenerators.createCrossBlock(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textures) voidBlockModelGenerators.createCrossBlock(Block block, BlockModelGenerators.PlantType plantType, Property<Integer> property, int... stages) voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block block, BlockModelGenerators.PlantType plantType) voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block block, BlockModelGenerators.PlantType plantType, TextureMapping textures) BlockModelGenerators.createCustomFence(Block block, MultiVariant post, MultiVariant north, MultiVariant east, MultiVariant south, MultiVariant west) voidBlockModelGenerators.createDispenserBlock(Block block) voidBlockModelGenerators.createDoor(Block door) BlockModelGenerators.createDoor(Block block, MultiVariant bottomLeft, MultiVariant bottomLeftOpen, MultiVariant bottomRight, MultiVariant bottomRightOpen, MultiVariant topLeft, MultiVariant topLeftOpen, MultiVariant topRight, MultiVariant topRightOpen) voidBlockModelGenerators.createDoubleBlock(Block block, MultiVariant topModel, MultiVariant bottomModel) voidBlockModelGenerators.createDoublePlant(Block block, BlockModelGenerators.PlantType plantType) voidBlockModelGenerators.createDoublePlantWithDefaultItem(Block block, BlockModelGenerators.PlantType plantType) BlockModelGenerators.createFence(Block block, MultiVariant post, MultiVariant side) BlockModelGenerators.createFenceGate(Block block, MultiVariant open, MultiVariant closed, MultiVariant openWall, MultiVariant closedWall, boolean uvLock) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block, String suffix) BlockModelGenerators.createFlatItemModelWithBlockTextureAndOverlay(Item item, Block block, String overlaySuffix) BlockModelGenerators.createFloorFireModels(Block block) voidBlockModelGenerators.createFlowerBed(Block flowerbed) voidBlockModelGenerators.createFullAndCarpetBlocks(Block block, Block carpet) voidBlockModelGenerators.createFurnace(Block furnace, TexturedModel.Provider provider) voidBlockModelGenerators.createGlassBlocks(Block block, Block pane) voidBlockModelGenerators.createGrassLikeBlock(Block block, MultiVariant normal, MultiVariant snowy) voidBlockModelGenerators.createGrowingPlant(Block kelp, Block kelpPlant, BlockModelGenerators.PlantType type) voidBlockModelGenerators.createHangingMoss(Block block) voidBlockModelGenerators.createHangingSign(Block particleBlock, Block hangingSign, Block wallHangingSign) voidBlockModelGenerators.createHead(Block standAlone, Block wall, SkullBlock.Type skullType, Identifier itemBase) voidBlockModelGenerators.createHorizontallyRotatedBlock(Block block, TexturedModel.Provider modelProvider) BlockModelGenerators.PlantType.createItemModel(BlockModelGenerators generator, Block block) voidBlockModelGenerators.createItemWithGrassTint(Block block) voidBlockModelGenerators.createLantern(Block block) voidBlockModelGenerators.createLeafLitter(Block block) voidBlockModelGenerators.createLightningRod(Block block, Block waxedBlock) BlockModelGenerators.createMirroredColumnGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) BlockModelGenerators.createMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createMossyCarpet(Block block) voidBlockModelGenerators.createMultiface(Block block) voidBlockModelGenerators.createMultiface(Block block, Item item) voidBlockModelGenerators.createMultifaceBlockStates(Block block) voidBlockModelGenerators.createMushroomBlock(Block block) voidBlockModelGenerators.createNetherRoots(Block roots, Block pottedRoots) voidBlockModelGenerators.createNonTemplateHorizontalBlock(Block block) voidBlockModelGenerators.createNonTemplateModelBlock(Block block) voidBlockModelGenerators.createNonTemplateModelBlock(Block block, Block donor) voidBlockModelGenerators.createNormalTorch(Block ground, Block wall) BlockModelGenerators.createNorthWestMirroredCubeGenerator(Block block, Variant normal, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createNyliumBlock(Block block) voidBlockModelGenerators.createOrientableTrapdoor(Block trapdoor) BlockModelGenerators.createOrientableTrapdoor(Block block, MultiVariant top, MultiVariant bottom, MultiVariant open) voidBlockModelGenerators.createParticleOnlyBlock(Block block) voidBlockModelGenerators.createParticleOnlyBlock(Block block, Block particleDonor) BlockModelGenerators.createParticleOnlyBlockModel(Block block, Block particleDonor) voidBlockModelGenerators.createPassiveRail(Block block) BlockModelGenerators.createPillarBlockUVLocked(Block block, TextureMapping mapping, BiConsumer<Identifier, ModelInstance> modelOutput) voidBlockModelGenerators.createPistonVariant(Block block, MultiVariant extended, TextureMapping textures) voidBlockModelGenerators.createPlant(Block standAlone, Block potted, BlockModelGenerators.PlantType plantType) voidBlockModelGenerators.createPlantWithDefaultItem(Block standAlone, Block potted, BlockModelGenerators.PlantType plantType) voidBlockModelGenerators.createPottedAzalea(Block block) BlockModelGenerators.createPressurePlate(Block block, MultiVariant off, MultiVariant on) voidBlockModelGenerators.createPumpkinVariant(Block block, TextureMapping textures) voidBlockModelGenerators.createRotatableColumn(Block block) voidBlockModelGenerators.createRotatedMirroredVariantBlock(Block block) voidBlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block block, TexturedModel.Provider verticalProvider, TexturedModel.Provider horizontalProvider) BlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block block, MultiVariant model, MultiVariant horizontalModel) voidBlockModelGenerators.createRotatedVariantBlock(Block block) voidBlockModelGenerators.createSegmentedBlock(Block segmentedProperty, MultiVariant model1, Function<ConditionBuilder, ConditionBuilder> model1SegmentCondition, MultiVariant model2, Function<ConditionBuilder, ConditionBuilder> model2SegmentCondition, MultiVariant model3, Function<ConditionBuilder, ConditionBuilder> model3SegmentCondition, MultiVariant model4, Function<ConditionBuilder, ConditionBuilder> model4SegmentCondition) voidBlockModelGenerators.createShelf(Block block, Block particle) voidBlockModelGenerators.createShulkerBox(Block block, @Nullable DyeColor color) BlockModelGenerators.createSideFireModels(Block block) static MultiVariantGeneratorBlockModelGenerators.createSimpleBlock(Block block, MultiVariant variant) BlockModelGenerators.createSlab(Block block, MultiVariant bottom, MultiVariant top, MultiVariant full) BlockModelGenerators.createStairs(Block block, MultiVariant inner, MultiVariant straight, MultiVariant outer) voidBlockModelGenerators.createStems(Block growingStem, Block attachedStem) BlockModelGenerators.createSuffixedVariant(Block block, String suffix, ModelTemplate template, Function<Material, TextureMapping> textureMapping) voidBlockModelGenerators.createTintedDoublePlant(Block block) voidBlockModelGenerators.createTintedLeaves(Block block, TexturedModel.Provider modelProvider, int tintColor) BlockModelGenerators.createTopFireModels(Block block) voidBlockModelGenerators.createTrapdoor(Block trapdoor) BlockModelGenerators.createTrapdoor(Block block, MultiVariant top, MultiVariant bottom, MultiVariant open) voidBlockModelGenerators.createTrivialBlock(Block block, TexturedModel.Provider modelProvider) voidBlockModelGenerators.createTrivialCube(Block block) BlockModelGenerators.createWall(Block block, MultiVariant post, MultiVariant lowSide, MultiVariant tallSide) voidBlockModelGenerators.createWeightedPressurePlate(Block block, Block appearance) BlockModelGenerators.BlockFamilyProvider.customFence(Block block) BlockModelGenerators.BlockFamilyProvider.customFenceGate(Block block) BlockModelGenerators.BlockFamilyProvider.donateModelTo(Block donor, Block copyTo) BlockModelGenerators.familyWithExistingFullBlock(Block fullBlock) Neo: create aBlockModelGenerators.BlockFamilyProviderwhich re-uses the existing model of the given full block instead of creating a model and blockstate file for it.BlockModelGenerators.BlockFamilyProvider.fullBlock(Block block, ModelTemplate template) BlockModelGenerators.BlockFamilyProvider.fullBlockVariant(Block variant) voidBlockModelGenerators.generateSimpleSpecialItemModel(Block block, Optional<Transformation> transformation, SpecialModelRenderer.Unbaked<?> specialModel) BlockModelGenerators.BlockFamilyProvider.getOrCreateModel(ModelTemplate modelTemplate, Block block) BlockModelGenerators.PlantType.getPlantTextureMapping(Block standAlone) BlockModelGenerators.PlantType.getTextureMapping(Block block) BlockModelGenerators.WoodProvider.logUVLocked(Block block) BlockModelGenerators.WoodProvider.logWithHorizontal(Block block) BlockModelGenerators.BlockFamilyProvider.pressurePlate(Block block) voidBlockModelGenerators.registerSimpleFlatItemModel(Block block) voidBlockModelGenerators.registerSimpleFlatItemModel(Block block, String suffix) voidBlockModelGenerators.registerSimpleItemModel(Block block, Identifier model) voidBlockModelGenerators.registerSimpleTintedItemModel(Block block, Identifier model, ItemTintSource tint) voidBlockModelGenerators.registerTwoLayerFlatItemModel(Block block, String overlaySuffix) voidBlockModelGenerators.woodProvider(Block log) Method parameters in net.minecraft.client.data.models with type arguments of type BlockModifier and TypeMethodDescriptionvoidBlockModelGenerators.createBeeNest(Block block, Function<Block, TextureMapping> mappingFunction) voidBlockModelGenerators.createCraftingTableLike(Block block, Block bottomBlock, BiFunction<Block, Block, TextureMapping> mappingProvider) voidBlockModelGenerators.createCraftingTableLike(Block block, Block bottomBlock, BiFunction<Block, Block, TextureMapping> mappingProvider) Constructor parameters in net.minecraft.client.data.models with type arguments of type BlockModifierConstructorDescriptionBlockStateGeneratorCollector(Supplier<Stream<? extends Holder<Block>>> knownBlocks) -
Uses of Block in net.minecraft.client.data.models.blockstates
Fields in net.minecraft.client.data.models.blockstates declared as BlockModifier and TypeFieldDescriptionprivate final BlockMultiPartGenerator.blockprivate final BlockMultiVariantGenerator.blockprivate final BlockMultiVariantGenerator.Empty.blockMethods in net.minecraft.client.data.models.blockstates that return BlockModifier and TypeMethodDescriptionBlockModelDefinitionGenerator.block()MultiPartGenerator.block()MultiVariantGenerator.block()Methods in net.minecraft.client.data.models.blockstates with parameters of type BlockModifier and TypeMethodDescriptionstatic MultiVariantGenerator.Emptystatic MultiVariantGeneratorMultiVariantGenerator.dispatch(Block block, MultiVariant initialModel) static MultiPartGeneratorMultiVariantGenerator.validateAndExpandProperties(Set<Property<?>> seenProperties, Block block, PropertyDispatch<?> generator) Constructors in net.minecraft.client.data.models.blockstates with parameters of type BlockModifierConstructorDescriptionprivateMultiPartGenerator(Block block) privateMultiVariantGenerator(Block block, List<MultiVariantGenerator.Entry> entries, Set<Property<?>> seenProperties) -
Uses of Block in net.minecraft.client.data.models.model
Methods in net.minecraft.client.data.models.model with parameters of type BlockModifier and TypeMethodDescriptionstatic TextureMappingTextureMapping.attachedStem(Block stem, Block upperStem) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.candleCake(Block block, boolean lit) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block block) static TextureMappingTextureMapping.commandBlock(Block block) static TextureMappingTextureMapping.craftingTable(Block table, Block bottomWood) ModelTemplate.create(Block block, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput) ModelTemplate.createWithOverride(Block block, String suffixOverride, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) ModelTemplate.createWithSuffix(Block block, String extraSuffix, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) TexturedModel.createWithSuffix(Block block, String extraSuffix, BiConsumer<Identifier, ModelInstance> modelOutput) default IdentifierTexturedModel.Provider.createWithSuffix(Block block, String suffix, BiConsumer<Identifier, ModelInstance> modelOutput) static TextureMappingstatic TextureMappingTextureMapping.crossEmissive(Block block) static TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block block) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block block) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block block) static TextureMappingTextureMapping.defaultTexture(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block table, Block bottomWood) static TextureMappingstatic MaterialTextureMapping.getBlockTexture(Block block) static MaterialTextureMapping.getBlockTexture(Block block, String suffix) ModelTemplate.getDefaultModelLocation(Block block) static IdentifierModelLocationUtils.getModelLocation(Block block) static IdentifierModelLocationUtils.getModelLocation(Block block, String suffix) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block block) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block block) static TextureMappingTextureMapping.orientableCubeSameEnds(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.plantEmissive(Block block) static TextureMappingTextureMapping.pottedAzalea(Block block) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block block, String sideSuffix, String topSuffix) static TextureMappingTextureMapping.vault(Block block, String frontSuffix, String sideSuffix, String topSuffix, String bottomSuffix) static TextureMappingMethod parameters in net.minecraft.client.data.models.model with type arguments of type BlockModifier and TypeMethodDescriptionstatic TexturedModel.ProviderTexturedModel.createDefault(Function<Block, TextureMapping> mapping, ModelTemplate template) -
Uses of Block in net.minecraft.client.gui.components.debug
Subclasses with type arguments of type Block in net.minecraft.client.gui.components.debug -
Uses of Block in net.minecraft.client.gui.screens
Method parameters in net.minecraft.client.gui.screens with type arguments of type BlockModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> blocks, HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures, String definition, FlatLevelGeneratorSettings settings) private static @Nullable FlatLayerInfoPresetFlatWorldScreen.getLayerInfoFromString(HolderGetter<Block> blocks, String input, int firstFree) private static List<FlatLayerInfo> PresetFlatWorldScreen.getLayersInfoFromString(HolderGetter<Block> blocks, String input) -
Uses of Block in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement with type parameters of type Block -
Uses of Block in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return BlockMethods in net.minecraft.client.multiplayer that return types with arguments of type BlockMethods in net.minecraft.client.multiplayer with parameters of type BlockModifier and TypeMethodDescriptionvoidClientLevel.doAnimateTick(int xt, int yt, int zt, int r, RandomSource animateRandom, @Nullable Block markerParticleTarget, BlockPos.MutableBlockPos pos) -
Uses of Block in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type BlockModifier and TypeMethodDescriptionstatic voidBuiltInBlockModels.createAir(BuiltInBlockModels.Builder builder, Block block) static voidBuiltInBlockModels.createBanners(BuiltInBlockModels.Builder builder, DyeColor dye, Block ground, Block wall) static voidBuiltInBlockModels.createMobHeads(BuiltInBlockModels.Builder builder, SkullBlock.Type type, Block ground, Block wall) static voidBuiltInBlockModels.createMobHeads(BuiltInBlockModels.Builder builder, SkullBlock.Types type, Block ground, Block wall) static voidBuiltInBlockModels.createSigns(BuiltInBlockModels.Builder builder, WoodType woodType, Block standing, Block wall, Block hanging, Block wallHanging) voidBuiltInBlockModels.Builder.put(BuiltInBlockModels.ModelFactory factory, Block block) voidBuiltInBlockModels.Builder.put(BuiltInBlockModels.ModelFactory factory, Block a, Block b) voidBuiltInBlockModels.Builder.put(BlockModel.Unbaked specialModel, Block block) -
Uses of Block in net.minecraft.client.renderer.block.dispatch
Method parameters in net.minecraft.client.renderer.block.dispatch with type arguments of type BlockModifier and TypeMethodDescriptionBlockStateModelDispatcher.instantiate(StateDefinition<Block, BlockState> stateDefinition, Supplier<String> source) BlockStateModelDispatcher.MultiPartDefinition.instantiate(StateDefinition<Block, BlockState> stateDefinition) voidBlockStateModelDispatcher.SimpleModelSelectors.instantiate(StateDefinition<Block, BlockState> stateDefinition, Supplier<String> source, BiConsumer<BlockState, BlockStateModel.UnbakedRoot> output) BlockStateModelDispatcher.instantiateVanilla(StateDefinition<Block, BlockState> stateDefinition, Supplier<String> source) -
Uses of Block in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final StateDefinition<Block, BlockState> BlockStateDefinitions.GLOW_ITEM_FRAME_FAKE_DEFINITIONprivate static final StateDefinition<Block, BlockState> BlockStateDefinitions.ITEM_FRAME_FAKE_DEFINITIONprivate static final Map<Identifier, StateDefinition<Block, BlockState>> BlockStateDefinitions.STATIC_DEFINITIONSMethods in net.minecraft.client.resources.model that return types with arguments of type BlockModifier and TypeMethodDescriptionprivate static StateDefinition<Block, BlockState> BlockStateDefinitions.createItemFrameFakeState()(package private) static Function<Identifier, StateDefinition<Block, BlockState>> BlockStateDefinitions.definitionLocationToBlockStateMapper()Method parameters in net.minecraft.client.resources.model with type arguments of type BlockModifier and TypeMethodDescriptionprivate static BlockStateModelLoader.LoadedModelsBlockStateModelLoader.loadBlockStateDefinitionStack(Identifier stateDefinitionId, StateDefinition<Block, BlockState> stateDefinition, List<BlockStateModelLoader.LoadedBlockStateModelDispatcher> definitionStack) -
Uses of Block in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks with type parameters of type BlockModifier and TypeFieldDescriptionprivate final HolderLookup<Block> BlockPredicateArgument.blocksprivate final HolderLookup<Block> BlockStateArgument.blocksprivate final HolderLookup<Block> BlockStateParser.blocksprivate @Nullable StateDefinition<Block, BlockState> BlockStateParser.definitionBlockPredicateArgument.TagPredicate.tagBlockStateParser.tagBlockStateParser.TagResult.tagThe field for thetagrecord component.Methods in net.minecraft.commands.arguments.blocks that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockStateParser.TagResult.tag()Returns the value of thetagrecord component.Method parameters in net.minecraft.commands.arguments.blocks with type arguments of type BlockModifier and TypeMethodDescriptionstatic CompletableFuture<Suggestions> BlockStateParser.fillSuggestions(HolderLookup<Block> blocks, SuggestionsBuilder builder, boolean forTesting, boolean allowNbt) BlockPredicateArgument.parse(HolderLookup<Block> blocks, StringReader reader) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> blocks, StringReader reader, boolean allowNbt) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> blocks, String value, boolean allowNbt) BlockStateParser.parseForTesting(HolderLookup<Block> blocks, StringReader reader, boolean allowNbt) BlockStateParser.parseForTesting(HolderLookup<Block> blocks, String value, boolean allowNbt) Constructor parameters in net.minecraft.commands.arguments.blocks with type arguments of type BlockModifierConstructorDescriptionprivateBlockStateParser(HolderLookup<Block> blocks, StringReader reader, boolean forTesting, boolean allowNbt) privateTagPredicate(HolderSet<Block> tag, Map<String, String> vagueProperties, @Nullable CompoundTag nbt) Creates an instance of aTagResultrecord class. -
Uses of Block in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type BlockModifier and TypeFieldDescriptionstatic final DefaultedRegistry<Block> BuiltInRegistries.BLOCKstatic final ResourceKey<Registry<Block>> Registries.BLOCKBuiltInRegistries.BLOCK_TYPEstatic final ResourceKey<Registry<MapCodec<? extends Block>>> Registries.BLOCK_TYPE -
Uses of Block in net.minecraft.data
Fields in net.minecraft.data declared as BlockFields in net.minecraft.data with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final Map<Block, BlockFamily> BlockFamilies.MAPprivate final Map<BlockFamily.Variant, Block> BlockFamily.variantsMethods in net.minecraft.data that return BlockModifier and TypeMethodDescriptionBlockFamily.get(BlockFamily.Variant variant) BlockFamily.getBaseBlock()Methods in net.minecraft.data that return types with arguments of type BlockMethods in net.minecraft.data with parameters of type BlockModifier and TypeMethodDescriptionBlockFamily.Builder.customFence(Block fence) BlockFamily.Builder.customFenceGate(Block fenceGate) private static BlockFamily.BuilderBlockFamilies.familyBuilder(Block base) static @Nullable BlockFamilyBlockFamily.Builder.pressurePlate(Block pressurePlate) Constructors in net.minecraft.data with parameters of type Block -
Uses of Block in net.minecraft.data.advancements.packs
Methods in net.minecraft.data.advancements.packs with parameters of type BlockModifier and TypeMethodDescriptionprivate static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockReadByComparator(HolderGetter<Block> blocks, Block block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedComparatorReadingBlock(HolderGetter<Block> blocks, Block block) Method parameters in net.minecraft.data.advancements.packs with type arguments of type BlockModifier and TypeMethodDescriptionprivate static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockActivatesCreakingHeart(HolderGetter<Block> blocks, TagKey<Block> block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockActivatesCreakingHeart(HolderGetter<Block> blocks, TagKey<Block> block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedBlockReadByComparator(HolderGetter<Block> blocks, Block block) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedComparatorReadingBlock(HolderGetter<Block> blocks, Block block) -
Uses of Block in net.minecraft.data.loot
Methods in net.minecraft.data.loot that return types with arguments of type BlockMethods in net.minecraft.data.loot with parameters of type BlockModifier and TypeMethodDescriptionprotected voidBlockLootSubProvider.add(Block block, Function<Block, LootTable.Builder> builder) protected voidBlockLootSubProvider.add(Block block, LootTable.Builder builder) protected voidBlockLootSubProvider.addNetherVinesDropTable(Block vineBlock, Block plantBlock) BlockLootSubProvider.createAttachedStemDrops(Block block, Item drop) protected LootTable.BuilderBlockLootSubProvider.createBannerDrop(Block original) protected LootTable.BuilderBlockLootSubProvider.createBeeHiveDrop(Block original) protected LootTable.BuilderBlockLootSubProvider.createBeeNestDrop(Block original) protected static LootTable.BuilderBlockLootSubProvider.createCandleCakeDrops(Block candle) protected LootTable.BuilderBlockLootSubProvider.createCandleDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createCaveVinesDrop(Block original) protected LootTable.BuilderBlockLootSubProvider.createCopperGolemStatueBlock(Block block) protected LootTable.BuilderBlockLootSubProvider.createCopperOreDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createCropDrops(Block original, Item cropDrop, Item seedDrop, LootItemCondition.Builder isMaxAge) protected LootTable.BuilderBlockLootSubProvider.createDoorTable(Block block) protected LootTable.BuilderBlockLootSubProvider.createDoublePlantShearsDrop(Block block) protected LootTable.BuilderBlockLootSubProvider.createDoublePlantWithSeedDrops(Block block, Block drop) protected LootTable.BuilderBlockLootSubProvider.createGrassDrops(Block original) protected LootTable.BuilderBlockLootSubProvider.createLapisOreDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createLeavesDrops(Block original, Block sapling, float... saplingChances) protected LootTable.BuilderBlockLootSubProvider.createMangroveLeavesDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createMossyCarpetBlockDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createMultifaceBlockDrops(Block block) protected LootTable.BuilderBlockLootSubProvider.createMultifaceBlockDrops(Block block, LootItemCondition.Builder condition) protected LootTable.BuilderBlockLootSubProvider.createMushroomBlockDrop(Block original, ItemLike drop) protected LootTable.BuilderBlockLootSubProvider.createNameableBlockEntityTable(Block drop) protected LootTable.BuilderBlockLootSubProvider.createOakLeavesDrops(Block original, Block sapling, float... saplingChances) protected LootTable.BuilderBlockLootSubProvider.createOreDrop(Block original, Item drop) protected LootTable.BuilderBlockLootSubProvider.createRedstoneOreDrops(Block block) BlockLootSubProvider.createSegmentedBlockDrops(Block block) protected static LootTable.BuilderBlockLootSubProvider.createSelfDropDispatchTable(Block original, LootItemCondition.Builder condition, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createShearsDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createShulkerBoxDrop(Block shulkerBox) protected LootTable.BuilderBlockLootSubProvider.createSilkTouchDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createSilkTouchOrShearsDispatchTable(Block original, LootPoolEntryContainer.Builder<?> entry) protected LootTable.BuilderBlockLootSubProvider.createSingleItemTableWithSilkTouch(Block original, ItemLike drop) protected LootTable.BuilderBlockLootSubProvider.createSingleItemTableWithSilkTouch(Block original, ItemLike drop, NumberProvider count) protected <T extends Comparable<T> & StringRepresentable>
LootTable.BuilderBlockLootSubProvider.createSinglePropConditionTable(Block drop, Property<T> property, T value) protected LootTable.BuilderBlockLootSubProvider.createSlabItemTable(Block slab) BlockLootSubProvider.createStemDrops(Block block, Item drop) protected voidprotected voidBlockLootSubProvider.dropPottedContents(Block potted) protected voidprotected voidBlockLootSubProvider.dropWhenSilkTouch(Block block) protected voidBlockLootSubProvider.otherWhenSilkTouch(Block block, Block other) Method parameters in net.minecraft.data.loot with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidBlockLootSubProvider.add(Block block, Function<Block, LootTable.Builder> builder) -
Uses of Block in net.minecraft.data.loot.packs
Methods in net.minecraft.data.loot.packs with parameters of type BlockModifier and TypeMethodDescriptionprivate LootTable.BuilderVanillaBlockLoot.createDecoratedPotTable(Block original) private LootTable.BuilderVanillaBlockLoot.createMobSkullDrop(Block block) -
Uses of Block in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return BlockModifier and TypeMethodDescriptionprotected BlockRecipeProvider.getBaseBlockForCrafting(BlockFamily family, BlockFamily.Variant variant) Methods in net.minecraft.data.recipes with parameters of type BlockModifier and TypeMethodDescriptionprotected voidRecipeProvider.copperBulb(Block copperBulb, Block copperMaterial) private voidRecipeProvider.generateCraftingRecipe(BlockFamily family, BlockFamily.Variant variant, Block result, ItemLike base) private voidRecipeProvider.generateStonecutterRecipe(BlockFamily family, BlockFamily.Variant variant, Block base) protected voidprotected static Criterion<EnterBlockTrigger.TriggerInstance> protected voidRecipeProvider.waxedChiseled(Block result, Block material) -
Uses of Block in net.minecraft.data.tags
Subclasses with type arguments of type Block in net.minecraft.data.tagsClasses in net.minecraft.data.tags that implement interfaces with type arguments of type BlockModifier and TypeClassDescriptionprivate static classprivate static classMethods in net.minecraft.data.tags that return types with arguments of type BlockModifier and TypeMethodDescriptionVanillaItemTagsProvider.BlockToItemConverter.addOptional(Block element) VanillaItemTagsProvider.BlockToItemConverter.addOptional(Block element) VanillaItemTagsProvider.BlockToItemConverter.addOptionalTag(TagKey<Block> tag) VanillaItemTagsProvider.BlockToItemConverter.addOptionalTag(TagKey<Block> tag) VanillaItemTagsProvider.BlockToItemConverter.replace(boolean value) VanillaItemTagsProvider.BlockToItemConverter.replace(boolean value) protected abstract TagAppender<Block, Block> protected abstract TagAppender<Block, Block> Methods in net.minecraft.data.tags with parameters of type BlockModifier and TypeMethodDescriptionVanillaItemTagsProvider.BlockToItemConverter.addOptional(Block element) Method parameters in net.minecraft.data.tags with type arguments of type BlockModifier and TypeMethodDescriptionVanillaItemTagsProvider.BlockToItemConverter.addOptionalTag(TagKey<Block> tag) VanillaItemTagsProvider.BlockToItemConverter.blockTagToItemTag(TagKey<Block> blockTag) protected abstract TagAppender<Block, Block> -
Uses of Block in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen with parameters of type BlockModifier and TypeMethodDescriptionprivate static SurfaceRules.RuleSourceSurfaceRuleData.makeStateRule(Block block) -
Uses of Block in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with parameters of type BlockModifier and TypeMethodDescriptionprivate static FallenTreeConfiguration.FallenTreeConfigurationBuilderTreeFeatures.createFallenTrees(Block logBlock, int minLength, int maxLength) private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createStraightBlobTree(Block oakLog, Block oakLeaves, int baseHeight, int heightRandA, int heightRandB, int blobRadius) private static WeightedList.Builder<BlockState> VegetationFeatures.flowerBedPatchBuilder(Block flowerBedBlock) static BlockPredicateFilterVegetationFeatures.nearWaterPredicate(Block block) private static WeightedList.Builder<BlockState> VegetationFeatures.segmentedBlockPatchBuilder(Block block, int minState, int maxState, IntegerProperty amountProperty, EnumProperty<Direction> directionProperty) -
Uses of Block in net.minecraft.data.worldgen.placement
Methods in net.minecraft.data.worldgen.placement with parameters of type BlockModifier and TypeMethodDescriptionstatic BlockPredicateFilterPlacementUtils.filteredByBlockSurvival(Block block) private static List<PlacementModifier> NetherPlacements.firePlacement(Block onlyOnBlock) static List<PlacementModifier> VegetationPlacements.treePlacement(PlacementModifier frequency, Block sapling) -
Uses of Block in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type BlockModifier and TypeMethodDescriptionvoidGameTestHelper.assertBlockNotPresent(Block blockType, int x, int y, int z) voidGameTestHelper.assertBlockNotPresent(Block blockType, BlockPos pos) voidGameTestHelper.assertBlockPresent(Block blockType) voidGameTestHelper.assertBlockPresent(Block blockType, int x, int y, int z) voidGameTestHelper.assertBlockPresent(Block blockType, BlockPos pos) voidGameTestHelper.placeBlock(int x, int y, int z, Block block, Direction placeDirection) voidGameTestHelper.placeBlock(BlockPos relativePos, Block block, Direction relativePlaceDirection) voidvoidvoidvoidGameTestHelper.succeedWhenBlockPresent(Block block, int x, int y, int z) voidGameTestHelper.succeedWhenBlockPresent(Block block, BlockPos pos) Method parameters in net.minecraft.gametest.framework with type arguments of type BlockModifier and TypeMethodDescriptionvoidGameTestHelper.assertBlock(BlockPos pos, Predicate<Block> predicate, Function<Block, Component> errorMessage) voidGameTestHelper.assertBlock(BlockPos pos, Predicate<Block> predicate, Function<Block, Component> errorMessage) voidGameTestHelper.assertBlockTag(TagKey<Block> tag, BlockPos pos) -
Uses of Block in net.minecraft.nbt
Fields in net.minecraft.nbt with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final Codec<ResourceKey<Block>> NbtUtils.BLOCK_NAME_CODECMethod parameters in net.minecraft.nbt with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockStateNbtUtils.readBlockState(HolderGetter<Block> blocks, CompoundTag tag) -
Uses of Block in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as BlockMethods in net.minecraft.network.protocol.game that return BlockConstructors in net.minecraft.network.protocol.game with parameters of type BlockModifierConstructorDescriptionClientboundBlockEventPacket(BlockPos pos, Block block, int b0, int b1) -
Uses of Block in net.minecraft.references
Fields in net.minecraft.references with type parameters of type BlockModifier and TypeFieldDescriptionstatic final ResourceKey<Block> BlockIds.ATTACHED_MELON_STEMstatic final ResourceKey<Block> BlockIds.ATTACHED_PUMPKIN_STEMstatic final ResourceKey<Block> BlockIds.DIRTstatic final ResourceKey<Block> BlockIds.MELONstatic final ResourceKey<Block> BlockIds.MELON_STEMstatic final ResourceKey<Block> BlockIds.PUMPKINstatic final ResourceKey<Block> BlockIds.PUMPKIN_STEMMethods in net.minecraft.references that return types with arguments of type Block -
Uses of Block in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type BlockModifier and TypeFieldDescriptionprivate final LevelTicks<Block> ServerLevel.blockTicksprivate final WorldGenTickAccess<Block> WorldGenRegion.blockTicksMethods in net.minecraft.server.level that return types with arguments of type BlockMethods in net.minecraft.server.level with parameters of type BlockModifier and TypeMethodDescriptionvoidServerLevel.blockEvent(BlockPos pos, Block block, int b0, int b1) voidServerLevel.neighborChanged(BlockPos pos, Block changedBlock, @Nullable Orientation orientation) voidServerLevel.neighborChanged(BlockState state, BlockPos pos, Block changedBlock, @Nullable Orientation orientation, boolean movedByPiston) private voidvoidServerLevel.updateNeighborsAt(BlockPos pos, Block sourceBlock) voidServerLevel.updateNeighborsAt(BlockPos pos, Block sourceBlock, @Nullable Orientation orientation) voidServerLevel.updateNeighborsAtExceptFromFacing(BlockPos pos, Block blockObject, Direction skipDirection, @Nullable Orientation orientation) -
Uses of Block in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type Block -
Uses of Block in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type BlockModifier and TypeFieldDescriptionBlockTags.ACACIA_LOGSBlockTags.AIRBlockTags.ALL_HANGING_SIGNSBlockTags.ALL_SIGNSBlockTags.ANCIENT_CITY_REPLACEABLEBlockTags.ANIMALS_SPAWNABLE_ONBlockTags.ANVILBlockTags.ARMADILLO_SPAWNABLE_ONBlockTags.AXOLOTLS_SPAWNABLE_ONBlockTags.AZALEA_GROWS_ONBlockTags.AZALEA_ROOT_REPLACEABLEBlockTags.BADLANDS_TERRACOTTABlockTags.BAMBOO_BLOCKSBlockTags.BANNERSBlockTags.BARSBlockTags.BASE_STONE_NETHERBlockTags.BASE_STONE_OVERWORLDBlockTags.BATS_SPAWNABLE_ONBlockTags.BEACON_BASE_BLOCKSBlockTags.BEDSBlockTags.BEE_ATTRACTIVEBlockTags.BEE_GROWABLESBlockTags.BEEHIVESBlockTags.BENEATH_BAMBOO_PODZOL_REPLACEABLEBlockTags.BENEATH_TREE_PODZOL_REPLACEABLEBlockTags.BIRCH_LOGSBlockTags.BLOCKS_WIND_CHARGE_EXPLOSIONSBlockTags.BUTTONSBlockTags.CAMEL_SAND_STEP_SOUND_BLOCKSBlockTags.CAMELS_SPAWNABLE_ONBlockTags.CAMPFIRESBlockTags.CAN_GLIDE_THROUGHBlockTags.CANDLE_CAKESBlockTags.CANDLESBlockTags.CANNOT_REPLACE_BELOW_TREE_TRUNKBlockTags.CANNOT_SUPPORT_KELPBlockTags.CANNOT_SUPPORT_SEAGRASSBlockTags.CANNOT_SUPPORT_SNOW_LAYERBlockTags.CAULDRONSBlockTags.CAVE_VINESBlockTags.CEILING_HANGING_SIGNSBlockTags.CHAINSBlockTags.CHERRY_LOGSBlockTags.CLIMBABLEBlockTags.COAL_ORESBlockTags.COMBINATION_STEP_SOUND_BLOCKSBlockTags.COMPLETES_FIND_TREE_TUTORIALBlockTags.CONCRETE_POWDERBlockTags.CONVERTABLE_TO_MUDBlockTags.COPPERBlockTags.COPPER_CHESTSBlockTags.COPPER_GOLEM_STATUESBlockTags.COPPER_ORESBlockTags.CORAL_BLOCKSBlockTags.CORAL_PLANTSBlockTags.CORALSBlockTags.CRIMSON_STEMSBlockTags.CROPSBlockTags.CRYSTAL_SOUND_BLOCKSBlockTags.DAMPENS_VIBRATIONSBlockTags.DARK_OAK_LOGSBlockTags.DEEPSLATE_ORE_REPLACEABLESBlockTags.DIAMOND_ORESBlockTags.DIRTBlockTags.DOES_NOT_BLOCK_HOPPERSBlockTags.DOORSBlockTags.DRAGON_IMMUNEBlockTags.DRAGON_TRANSPARENTBlockTags.DRIPSTONE_REPLACEABLEBlockTags.EDIBLE_FOR_SHEEPBlockTags.EMERALD_ORESBlockTags.ENABLES_BUBBLE_COLUMN_DRAG_DOWNBlockTags.ENABLES_BUBBLE_COLUMN_PUSH_UPBlockTags.ENCHANTMENT_POWER_PROVIDERBlockTags.ENCHANTMENT_POWER_TRANSMITTERBlockTags.ENDERMAN_HOLDABLEBlockTags.FALL_DAMAGE_RESETTINGBlockTags.FEATURES_CANNOT_REPLACEBlockTags.FENCE_GATESBlockTags.FENCESBlockTags.FIREBlockTags.FLOWER_POTSBlockTags.FLOWERSBlockTags.FOREST_ROCK_CAN_PLACE_ONBlockTags.FOXES_SPAWNABLE_ONBlockTags.FROG_PREFER_JUMP_TOBlockTags.FROGS_SPAWNABLE_ONBlockTags.GEODE_INVALID_BLOCKSBlockTags.GOATS_SPAWNABLE_ONBlockTags.GOLD_ORESBlockTags.GRASS_BLOCKSBlockTags.GROWS_CROPSBlockTags.GUARDED_BY_PIGLINSBlockTags.HAPPY_GHAST_AVOIDSBlockTags.HOGLIN_REPELLENTSBlockTags.HUGE_BROWN_MUSHROOM_CAN_PLACE_ONBlockTags.HUGE_RED_MUSHROOM_CAN_PLACE_ONBlockTags.ICEBlockTags.ICE_SPIKE_REPLACEABLEBlockTags.IMPERMEABLEBlockTags.INCORRECT_FOR_COPPER_TOOLBlockTags.INCORRECT_FOR_DIAMOND_TOOLBlockTags.INCORRECT_FOR_GOLD_TOOLBlockTags.INCORRECT_FOR_IRON_TOOLBlockTags.INCORRECT_FOR_NETHERITE_TOOLBlockTags.INCORRECT_FOR_STONE_TOOLBlockTags.INCORRECT_FOR_WOODEN_TOOLBlockTags.INFINIBURN_ENDBlockTags.INFINIBURN_NETHERBlockTags.INFINIBURN_OVERWORLDBlockTags.INSIDE_STEP_SOUND_BLOCKSBlockTags.INVALID_SPAWN_INSIDEBlockTags.IRON_ORESBlockTags.JUNGLE_LOGSBlockTags.LANTERNSBlockTags.LAPIS_ORESBlockTags.LAVA_POOL_STONE_CANNOT_REPLACEBlockTags.LEAVESBlockTags.LIGHTNING_RODSBlockTags.LOGSBlockTags.LOGS_THAT_BURNBlockTags.LUSH_GROUND_REPLACEABLEBlockTags.MAINTAINS_FARMLANDBlockTags.MANGROVE_LOGSBlockTags.MANGROVE_LOGS_CAN_GROW_THROUGHBlockTags.MANGROVE_ROOTS_CAN_GROW_THROUGHBlockTags.MINEABLE_WITH_AXEBlockTags.MINEABLE_WITH_HOEBlockTags.MINEABLE_WITH_PICKAXEBlockTags.MINEABLE_WITH_SHOVELBlockTags.MOB_INTERACTABLE_DOORSBlockTags.MOOSHROOMS_SPAWNABLE_ONBlockTags.MOSS_BLOCKSBlockTags.MOSS_REPLACEABLEBlockTags.MUDBlockTags.NEEDS_DIAMOND_TOOLBlockTags.NEEDS_IRON_TOOLBlockTags.NEEDS_STONE_TOOLBlockTags.NETHER_CARVER_REPLACEABLESBlockTags.NYLIUMBlockTags.OAK_LOGSBlockTags.OCCLUDES_VIBRATION_SIGNALSBlockTags.OVERRIDES_MUSHROOM_LIGHT_REQUIREMENTBlockTags.OVERWORLD_CARVER_REPLACEABLESBlockTags.OVERWORLD_NATURAL_LOGSBlockTags.PALE_OAK_LOGSBlockTags.PARROTS_SPAWNABLE_ONBlockTags.PIGLIN_REPELLENTSBlockTags.PLANKSBlockTags.POLAR_BEARS_SPAWNABLE_ON_ALTERNATEBlockTags.PORTALSBlockTags.PRESSURE_PLATESBlockTags.PREVENT_MOB_SPAWNING_INSIDEBlockTags.PREVENTS_NEARBY_LEAF_DECAYBlockTags.RABBITS_SPAWNABLE_ONBlockTags.RAILSBlockTags.REDSTONE_ORESBlockTags.REPLACEABLEBlockTags.REPLACEABLE_BY_MUSHROOMSBlockTags.REPLACEABLE_BY_TREESBlockTags.SANDBlockTags.SAPLINGSBlockTags.SCULK_REPLACEABLEBlockTags.SCULK_REPLACEABLE_WORLD_GENBlockTags.SHULKER_BOXESBlockTags.SIGNSBlockTags.SLABSBlockTags.SMALL_FLOWERSBlockTags.SMELTS_TO_GLASSBlockTags.SNAPS_GOAT_HORNBlockTags.SNIFFER_DIGGABLE_BLOCKBlockTags.SNIFFER_EGG_HATCH_BOOSTBlockTags.SNOWBlockTags.SOUL_FIRE_BASE_BLOCKSBlockTags.SOUL_SPEED_BLOCKSBlockTags.SPRUCE_LOGSBlockTags.STAIRSBlockTags.STANDING_SIGNSBlockTags.STONE_BRICKSBlockTags.STONE_BUTTONSBlockTags.STONE_ORE_REPLACEABLESBlockTags.STONE_PRESSURE_PLATESBlockTags.STRIDER_WARM_BLOCKSBlockTags.SUBSTRATE_OVERWORLDBlockTags.SUPPORT_OVERRIDE_CACTUS_FLOWERBlockTags.SUPPORT_OVERRIDE_SNOW_LAYERBlockTags.SUPPORTS_AZALEABlockTags.SUPPORTS_BAMBOOBlockTags.SUPPORTS_BIG_DRIPLEAFBlockTags.SUPPORTS_CACTUSBlockTags.SUPPORTS_CHORUS_FLOWERBlockTags.SUPPORTS_CHORUS_PLANTBlockTags.SUPPORTS_COCOABlockTags.SUPPORTS_CRIMSON_FUNGUSBlockTags.SUPPORTS_CRIMSON_ROOTSBlockTags.SUPPORTS_CROPSBlockTags.SUPPORTS_DRY_VEGETATIONBlockTags.SUPPORTS_FROGSPAWNBlockTags.SUPPORTS_HANGING_MANGROVE_PROPAGULEBlockTags.SUPPORTS_LILY_PADBlockTags.SUPPORTS_MANGROVE_PROPAGULEBlockTags.SUPPORTS_MELON_STEMBlockTags.SUPPORTS_MELON_STEM_FRUITBlockTags.SUPPORTS_NETHER_SPROUTSBlockTags.SUPPORTS_NETHER_WARTBlockTags.SUPPORTS_PUMPKIN_STEMBlockTags.SUPPORTS_PUMPKIN_STEM_FRUITBlockTags.SUPPORTS_SMALL_DRIPLEAFBlockTags.SUPPORTS_STEM_CROPSBlockTags.SUPPORTS_STEM_FRUITBlockTags.SUPPORTS_SUGAR_CANEBlockTags.SUPPORTS_SUGAR_CANE_ADJACENTLYBlockTags.SUPPORTS_VEGETATIONBlockTags.SUPPORTS_WARPED_FUNGUSBlockTags.SUPPORTS_WARPED_ROOTSBlockTags.SUPPORTS_WITHER_ROSEBlockTags.SWORD_EFFICIENTBlockTags.SWORD_INSTANTLY_MINESBlockTags.TERRACOTTABlockTags.TRAIL_RUINS_REPLACEABLEBlockTags.TRAPDOORSBlockTags.UNDERWATER_BONEMEALSBlockTags.UNSTABLE_BOTTOM_CENTERBlockTags.VALID_SPAWNBlockTags.VIBRATION_RESONATORSBlockTags.WALL_CORALSBlockTags.WALL_HANGING_SIGNSBlockTags.WALL_POST_OVERRIDEBlockTags.WALL_SIGNSBlockTags.WALLSBlockTags.WARPED_STEMSBlockTags.WART_BLOCKSBlockTags.WITHER_IMMUNEBlockTags.WITHER_SUMMON_BASE_BLOCKSBlockTags.WOLVES_SPAWNABLE_ONBlockTags.WOODEN_BUTTONSBlockTags.WOODEN_DOORSBlockTags.WOODEN_FENCESBlockTags.WOODEN_PRESSURE_PLATESBlockTags.WOODEN_SHELVESBlockTags.WOODEN_SLABSBlockTags.WOODEN_STAIRSBlockTags.WOODEN_TRAPDOORSBlockTags.WOOLBlockTags.WOOL_CARPETSMethods in net.minecraft.tags that return types with arguments of type Block -
Uses of Block in net.minecraft.util
Methods in net.minecraft.util with parameters of type BlockModifier and TypeMethodDescriptionBlockUtil.getTopConnectedBlock(BlockGetter level, BlockPos pos, Block bodyBlock, Direction growthDirection, Block headBlock) -
Uses of Block in net.minecraft.util.debug
Fields in net.minecraft.util.debug declared as BlockModifier and TypeFieldDescriptionprivate final BlockDebugHiveInfo.typeThe field for thetyperecord component.Methods in net.minecraft.util.debug that return BlockModifier and TypeMethodDescriptionDebugHiveInfo.type()Returns the value of thetyperecord component.Constructors in net.minecraft.util.debug with parameters of type BlockModifierConstructorDescriptionDebugHiveInfo(Block type, int occupantCount, int honeyLevel, boolean sedated) Creates an instance of aDebugHiveInforecord class. -
Uses of Block in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type BlockModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableSet<Block> EntityType.Builder.immuneToprivate final com.google.common.collect.ImmutableSet<Block> EntityType.immuneToMethods in net.minecraft.world.entity with parameters of type BlockModifier and TypeMethodDescriptionConstructor parameters in net.minecraft.world.entity with type arguments of type BlockModifierConstructorDescriptionEntityType(EntityType.EntityFactory<T> factory, MobCategory category, boolean serialize, boolean summon, boolean fireImmune, boolean canSpawnFarFromPlayer, com.google.common.collect.ImmutableSet<Block> immuneTo, EntityDimensions dimensions, float spawnDimensionsScale, int clientTrackingRange, int updateInterval, String descriptionId, Optional<ResourceKey<LootTable>> lootTable, FeatureFlagSet requiredFeatures, boolean allowedInPeaceful) EntityType(EntityType.EntityFactory<T> factory, MobCategory category, boolean serialize, boolean summon, boolean fireImmune, boolean canSpawnFarFromPlayer, com.google.common.collect.ImmutableSet<Block> immuneTo, EntityDimensions dimensions, float spawnDimensionsScale, int clientTrackingRange, int updateInterval, String descriptionId, Optional<ResourceKey<LootTable>> lootTable, FeatureFlagSet requiredFeatures, boolean allowedInPeaceful, Predicate<EntityType<?>> trackDeltasSupplier, ToIntFunction<EntityType<?>> trackingRangeSupplier, ToIntFunction<EntityType<?>> updateIntervalSupplier, boolean onlyOpCanSetNbt) -
Uses of Block in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type BlockMethods in net.minecraft.world.entity.ai.behavior with parameters of type BlockConstructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type BlockModifierConstructorDescriptionLongJumpToPreferredBlock(UniformInt timeBetweenLongJumps, int maxLongJumpHeight, int maxLongJumpWidth, float maxJumpVelocity, Function<E, SoundEvent> getJumpSound, TagKey<Block> preferredBlockTag, float preferredBlocksChance, BiPredicate<E, BlockPos> acceptableLandingSpot) -
Uses of Block in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as BlockConstructors in net.minecraft.world.entity.ai.goal with parameters of type BlockModifierConstructorDescriptionRemoveBlockGoal(Block blockToRemove, PathfinderMob mob, double speedModifier, int verticalSearchRange) -
Uses of Block in net.minecraft.world.entity.ai.village.poi
Methods in net.minecraft.world.entity.ai.village.poi with parameters of type BlockModifier and TypeMethodDescriptionprivate static Set<BlockState> PoiTypes.getBlockStates(Block block) -
Uses of Block in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item with parameters of type BlockModifier and TypeMethodDescriptionvoidFallingBlockEntity.callOnBrokenAfterFall(Block block, BlockPos pos) -
Uses of Block in net.minecraft.world.entity.npc.villager
Fields in net.minecraft.world.entity.npc.villager with type parameters of type BlockModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableSet<Block> VillagerProfession.secondaryPoiThe field for thesecondaryPoirecord component.Methods in net.minecraft.world.entity.npc.villager that return types with arguments of type BlockModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Block> VillagerProfession.secondaryPoi()Returns the value of thesecondaryPoirecord component. -
Uses of Block in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type BlockModifier and TypeMethodDescriptionprotected static booleanAbstractContainerMenu.stillValid(ContainerLevelAccess access, Player player, Block block) -
Uses of Block in net.minecraft.world.item
Fields in net.minecraft.world.item declared as BlockModifier and TypeFieldDescriptionprivate final BlockBlockItem.blockDeprecated.protected final BlockStandingAndWallBlockItem.wallBlockFields in net.minecraft.world.item with type parameters of type BlockModifier and TypeFieldDescriptionItem.BY_BLOCKprotected static final Map<Block, BlockState> ShovelItem.FLATTENABLESToolMaterial.incorrectBlocksForDropsThe field for theincorrectBlocksForDropsrecord component.AxeItem.STRIPPABLESDeprecated.Neo: use thedata mapinsteadAxeItem.STRIPPABLESDeprecated.Neo: use thedata mapinsteadprotected static final Map<Block, Pair<Predicate<UseOnContext>, Consumer<UseOnContext>>> HoeItem.TILLABLESDeprecated.Forge: This map is patched out of vanilla code.HoneycombItem.WAX_OFF_BY_BLOCKDeprecated.Use theinverse mapgenerated from the data map, this field will be ignored in a future versionHoneycombItem.WAX_OFF_BY_BLOCKDeprecated.Use theinverse mapgenerated from the data map, this field will be ignored in a future versionHoneycombItem.WAXABLESDeprecated.Neo: Use thedata map, this field will be ignored in a future versionHoneycombItem.WAXABLESDeprecated.Neo: Use thedata map, this field will be ignored in a future versionstatic final com.google.common.collect.ImmutableMap<Block, Pair<RecipeCategory, String>> HoneycombItem.WAXED_RECIPESMethods in net.minecraft.world.item that return BlockMethods in net.minecraft.world.item that return types with arguments of type BlockModifier and TypeMethodDescriptionToolMaterial.incorrectBlocksForDrops()Returns the value of theincorrectBlocksForDropsrecord component.Methods in net.minecraft.world.item with parameters of type BlockModifier and TypeMethodDescriptionstatic ItemDeprecated.private static Function<Item.Properties, Item> Items.createBlockItemWithCustomItemName(Block block) private static ItemItems.registerBlock(Block block) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerBlock(Block block, UnaryOperator<Item.Properties> propertiesFunction) private static ItemItems.registerBlock(Block block, Item.Properties properties) private static ItemItems.registerBlock(Block block, Block... alternatives) Method parameters in net.minecraft.world.item with type arguments of type BlockModifier and TypeMethodDescriptionToolMaterial.applyToolProperties(Item.Properties properties, TagKey<Block> minesEfficiently, float attackDamageBaseline, float attackSpeedBaseline, float disableBlockingSeconds) private static ResourceKey<Item> Items.blockIdToItemId(ResourceKey<Block> blockName) static WeatheringCopperItemsWeatheringCopperItems.create(WeatheringCopperBlocks blocks, Function<Block, Item> itemFactory) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory, Item.Properties properties) voidBlockItem.registerBlocks(Map<Block, Item> map, Item item) voidStandingAndWallBlockItem.registerBlocks(Map<Block, Item> map, Item item) Item.Properties.tool(ToolMaterial material, TagKey<Block> minesEfficiently, float attackDamageBaseline, float attackSpeedBaseline, float disableBlockingSeconds) Constructors in net.minecraft.world.item with parameters of type BlockModifierConstructorDescriptionAirItem(Block block, Item.Properties properties) BannerItem(Block block, Block wallBlock, Item.Properties properties) BedItem(Block block, Item.Properties properties) BlockItem(Block block, Item.Properties properties) DoubleHighBlockItem(Block block, Item.Properties properties) GameMasterBlockItem(Block block, Item.Properties properties) HangingSignItem(Block hangingSign, Block wallHangingSign, Item.Properties properties) PlaceOnWaterBlockItem(Block block, Item.Properties properties) PlayerHeadItem(Block block, Block wallBlock, Item.Properties properties) ScaffoldingBlockItem(Block block, Item.Properties properties) SignItem(Item.Properties properties, Block sign, Block wallSign, Direction direction) SignItem(Block sign, Block wallSign, Item.Properties properties) SolidBucketItem(Block content, SoundEvent placeSound, Item.Properties properties) StandingAndWallBlockItem(Block block, Block wallBlock, Direction attachmentDirection, Item.Properties properties) Constructor parameters in net.minecraft.world.item with type arguments of type BlockModifierConstructorDescriptionToolMaterial(TagKey<Block> incorrectBlocksForDrops, int durability, float speed, float attackDamageBonus, int enchantmentValue, TagKey<Item> repairItems) Creates an instance of aToolMaterialrecord class. -
Uses of Block in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component with type parameters of type BlockModifier and TypeFieldDescriptionTool.Rule.blocksThe field for theblocksrecord component.DebugStickState.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.world.item.component that return types with arguments of type BlockModifier and TypeMethodDescriptionTool.Rule.blocks()Returns the value of theblocksrecord component.DebugStickState.properties()Returns the value of thepropertiesrecord component.Method parameters in net.minecraft.world.item.component with type arguments of type BlockModifier and TypeMethodDescriptionstatic Tool.RuleTool.Rule.deniesDrops(HolderSet<Block> blocks) static Tool.RuleTool.Rule.minesAndDrops(HolderSet<Block> blocks, float speed) static Tool.RuleTool.Rule.overrideSpeed(HolderSet<Block> blocks, float speed) DebugStickState.withProperty(Holder<Block> block, Property<?> property) Constructor parameters in net.minecraft.world.item.component with type arguments of type Block -
Uses of Block in net.minecraft.world.item.enchantment.effects
Fields in net.minecraft.world.item.enchantment.effects with type parameters of type BlockModifier and TypeFieldDescriptionExplodeEffect.immuneBlocksThe field for theimmuneBlocksrecord component.Methods in net.minecraft.world.item.enchantment.effects that return types with arguments of type BlockModifier and TypeMethodDescriptionExplodeEffect.immuneBlocks()Returns the value of theimmuneBlocksrecord component. -
Uses of Block in net.minecraft.world.level
Fields in net.minecraft.world.level declared as BlockModifier and TypeFieldDescriptionprivate final BlockBlockEventData.blockThe field for theblockrecord component.Fields in net.minecraft.world.level with type parameters of type BlockMethods in net.minecraft.world.level that return BlockModifier and TypeMethodDescriptionBlockEventData.block()Returns the value of theblockrecord component.Methods in net.minecraft.world.level that return types with arguments of type BlockMethods in net.minecraft.world.level with parameters of type BlockModifier and TypeMethodDescriptionvoidLevel.blockEvent(BlockPos pos, Block block, int b0, int b1) voidLevel.neighborChanged(BlockPos pos, Block changedBlock, @Nullable Orientation orientation) voidLevel.neighborChanged(BlockState state, BlockPos pos, Block changedBlock, @Nullable Orientation orientation, boolean movedByPiston) default voidScheduledTickAccess.scheduleTick(BlockPos pos, Block type, int tickDelay) default voidScheduledTickAccess.scheduleTick(BlockPos pos, Block type, int tickDelay, TickPriority priority) voidLevel.updateNeighborsAt(BlockPos pos, Block sourceBlock, @Nullable Orientation orientation) default voidLevelAccessor.updateNeighborsAt(BlockPos pos, Block sourceBlock) voidLevel.updateNeighborsAtExceptFromFacing(BlockPos pos, Block blockObject, Direction skipDirection, @Nullable Orientation orientation) voidLevel.updateNeighbourForOutputSignal(BlockPos pos, Block changedBlock) Constructors in net.minecraft.world.level with parameters of type BlockModifierConstructorDescriptionBlockEventData(BlockPos pos, Block block, int paramA, int paramB) Creates an instance of aBlockEventDatarecord class. -
Uses of Block in net.minecraft.world.level.block
Subclasses of Block in net.minecraft.world.level.blockModifier and TypeClassDescriptionclassclassclassclassAbstractChestBlock<E extends BlockEntity>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.level.block declared as BlockModifier and TypeFieldDescriptionstatic final BlockBlocks.ACACIA_BUTTONstatic final BlockBlocks.ACACIA_DOORstatic final BlockBlocks.ACACIA_FENCEstatic final BlockBlocks.ACACIA_FENCE_GATEstatic final BlockBlocks.ACACIA_HANGING_SIGNstatic final BlockBlocks.ACACIA_LEAVESstatic final BlockBlocks.ACACIA_LOGstatic final BlockBlocks.ACACIA_PLANKSstatic final BlockBlocks.ACACIA_PRESSURE_PLATEstatic final BlockBlocks.ACACIA_SAPLINGstatic final BlockBlocks.ACACIA_SHELFstatic final BlockBlocks.ACACIA_SIGNstatic final BlockBlocks.ACACIA_SLABstatic final BlockBlocks.ACACIA_STAIRSstatic final BlockBlocks.ACACIA_TRAPDOORstatic final BlockBlocks.ACACIA_WALL_HANGING_SIGNstatic final BlockBlocks.ACACIA_WALL_SIGNstatic final BlockBlocks.ACACIA_WOODstatic final BlockBlocks.ACTIVATOR_RAILstatic final BlockBlocks.AIRstatic final BlockBlocks.ALLIUMstatic final BlockBlocks.AMETHYST_BLOCKstatic final BlockBlocks.AMETHYST_CLUSTERstatic final BlockBlocks.ANCIENT_DEBRISstatic final BlockBlocks.ANDESITEstatic final BlockBlocks.ANDESITE_SLABstatic final BlockBlocks.ANDESITE_STAIRSstatic final BlockBlocks.ANDESITE_WALLstatic final BlockBlocks.ANVILstatic final BlockBlocks.ATTACHED_MELON_STEMstatic final BlockBlocks.ATTACHED_PUMPKIN_STEMstatic final BlockBlocks.AZALEAstatic final BlockBlocks.AZALEA_LEAVESstatic final BlockBlocks.AZURE_BLUETstatic final BlockBlocks.BAMBOOstatic final BlockBlocks.BAMBOO_BLOCKstatic final BlockBlocks.BAMBOO_BUTTONstatic final BlockBlocks.BAMBOO_DOORstatic final BlockBlocks.BAMBOO_FENCEstatic final BlockBlocks.BAMBOO_FENCE_GATEstatic final BlockBlocks.BAMBOO_HANGING_SIGNstatic final BlockBlocks.BAMBOO_MOSAICstatic final BlockBlocks.BAMBOO_MOSAIC_SLABstatic final BlockBlocks.BAMBOO_MOSAIC_STAIRSstatic final BlockBlocks.BAMBOO_PLANKSstatic final BlockBlocks.BAMBOO_PRESSURE_PLATEstatic final BlockBlocks.BAMBOO_SAPLINGstatic final BlockBlocks.BAMBOO_SHELFstatic final BlockBlocks.BAMBOO_SIGNstatic final BlockBlocks.BAMBOO_SLABstatic final BlockBlocks.BAMBOO_STAIRSstatic final BlockBlocks.BAMBOO_TRAPDOORstatic final BlockBlocks.BAMBOO_WALL_HANGING_SIGNstatic final BlockBlocks.BAMBOO_WALL_SIGNstatic final BlockBlocks.BARRELstatic final BlockBlocks.BARRIERstatic final BlockBlocks.BASALTprivate final BlockStairBlock.basestatic final BlockBlocks.BEACONstatic final BlockBlocks.BEDROCKstatic final BlockBlocks.BEE_NESTstatic final BlockBlocks.BEEHIVEstatic final BlockBlocks.BEETROOTSstatic final BlockBlocks.BELLstatic final BlockBlocks.BIG_DRIPLEAFstatic final BlockBlocks.BIG_DRIPLEAF_STEMstatic final BlockBlocks.BIRCH_BUTTONstatic final BlockBlocks.BIRCH_DOORstatic final BlockBlocks.BIRCH_FENCEstatic final BlockBlocks.BIRCH_FENCE_GATEstatic final BlockBlocks.BIRCH_HANGING_SIGNstatic final BlockBlocks.BIRCH_LEAVESstatic final BlockBlocks.BIRCH_LOGstatic final BlockBlocks.BIRCH_PLANKSstatic final BlockBlocks.BIRCH_PRESSURE_PLATEstatic final BlockBlocks.BIRCH_SAPLINGstatic final BlockBlocks.BIRCH_SHELFstatic final BlockBlocks.BIRCH_SIGNstatic final BlockBlocks.BIRCH_SLABstatic final BlockBlocks.BIRCH_STAIRSstatic final BlockBlocks.BIRCH_TRAPDOORstatic final BlockBlocks.BIRCH_WALL_HANGING_SIGNstatic final BlockBlocks.BIRCH_WALL_SIGNstatic final BlockBlocks.BIRCH_WOODstatic final BlockBlocks.BLACK_BANNERstatic final BlockBlocks.BLACK_BEDstatic final BlockBlocks.BLACK_CANDLEstatic final BlockBlocks.BLACK_CANDLE_CAKEstatic final BlockBlocks.BLACK_CARPETstatic final BlockBlocks.BLACK_CONCRETEstatic final BlockBlocks.BLACK_CONCRETE_POWDERstatic final BlockBlocks.BLACK_GLAZED_TERRACOTTAstatic final BlockBlocks.BLACK_SHULKER_BOXstatic final BlockBlocks.BLACK_STAINED_GLASSstatic final BlockBlocks.BLACK_STAINED_GLASS_PANEstatic final BlockBlocks.BLACK_TERRACOTTAstatic final BlockBlocks.BLACK_WALL_BANNERstatic final BlockBlocks.BLACK_WOOLstatic final BlockBlocks.BLACKSTONEstatic final BlockBlocks.BLACKSTONE_SLABstatic final BlockBlocks.BLACKSTONE_STAIRSstatic final BlockBlocks.BLACKSTONE_WALLstatic final BlockBlocks.BLAST_FURNACEstatic final BlockBlocks.BLUE_BANNERstatic final BlockBlocks.BLUE_BEDstatic final BlockBlocks.BLUE_CANDLEstatic final BlockBlocks.BLUE_CANDLE_CAKEstatic final BlockBlocks.BLUE_CARPETstatic final BlockBlocks.BLUE_CONCRETEstatic final BlockBlocks.BLUE_CONCRETE_POWDERstatic final BlockBlocks.BLUE_GLAZED_TERRACOTTAstatic final BlockBlocks.BLUE_ICEstatic final BlockBlocks.BLUE_ORCHIDstatic final BlockBlocks.BLUE_SHULKER_BOXstatic final BlockBlocks.BLUE_STAINED_GLASSstatic final BlockBlocks.BLUE_STAINED_GLASS_PANEstatic final BlockBlocks.BLUE_TERRACOTTAstatic final BlockBlocks.BLUE_WALL_BANNERstatic final BlockBlocks.BLUE_WOOLstatic final BlockBlocks.BONE_BLOCKstatic final BlockBlocks.BOOKSHELFstatic final BlockBlocks.BRAIN_CORALstatic final BlockBlocks.BRAIN_CORAL_BLOCKstatic final BlockBlocks.BRAIN_CORAL_FANstatic final BlockBlocks.BRAIN_CORAL_WALL_FANstatic final BlockBlocks.BREWING_STANDstatic final BlockBlocks.BRICK_SLABstatic final BlockBlocks.BRICK_STAIRSstatic final BlockBlocks.BRICK_WALLstatic final BlockBlocks.BRICKSstatic final BlockBlocks.BROWN_BANNERstatic final BlockBlocks.BROWN_BEDstatic final BlockBlocks.BROWN_CANDLEstatic final BlockBlocks.BROWN_CANDLE_CAKEstatic final BlockBlocks.BROWN_CARPETstatic final BlockBlocks.BROWN_CONCRETEstatic final BlockBlocks.BROWN_CONCRETE_POWDERstatic final BlockBlocks.BROWN_GLAZED_TERRACOTTAstatic final BlockBlocks.BROWN_MUSHROOMstatic final BlockBlocks.BROWN_MUSHROOM_BLOCKstatic final BlockBlocks.BROWN_SHULKER_BOXstatic final BlockBlocks.BROWN_STAINED_GLASSstatic final BlockBlocks.BROWN_STAINED_GLASS_PANEstatic final BlockBlocks.BROWN_TERRACOTTAstatic final BlockBlocks.BROWN_WALL_BANNERstatic final BlockBlocks.BROWN_WOOLstatic final BlockBlocks.BUBBLE_COLUMNstatic final BlockBlocks.BUBBLE_CORALstatic final BlockBlocks.BUBBLE_CORAL_BLOCKstatic final BlockBlocks.BUBBLE_CORAL_FANstatic final BlockBlocks.BUBBLE_CORAL_WALL_FANstatic final BlockBlocks.BUDDING_AMETHYSTstatic final BlockBlocks.BUSHstatic final BlockBlocks.CACTUSstatic final BlockBlocks.CACTUS_FLOWERstatic final BlockBlocks.CAKEstatic final BlockBlocks.CALCITEstatic final BlockBlocks.CALIBRATED_SCULK_SENSORstatic final BlockBlocks.CAMPFIREstatic final BlockBlocks.CANDLEstatic final BlockBlocks.CANDLE_CAKEstatic final BlockBlocks.CARROTSstatic final BlockBlocks.CARTOGRAPHY_TABLEstatic final BlockBlocks.CARVED_PUMPKINstatic final BlockBlocks.CAULDRONstatic final BlockBlocks.CAVE_AIRstatic final BlockBlocks.CAVE_VINESstatic final BlockBlocks.CAVE_VINES_PLANTstatic final BlockBlocks.CHAIN_COMMAND_BLOCKstatic final BlockBlocks.CHERRY_BUTTONstatic final BlockBlocks.CHERRY_DOORstatic final BlockBlocks.CHERRY_FENCEstatic final BlockBlocks.CHERRY_FENCE_GATEstatic final BlockBlocks.CHERRY_HANGING_SIGNstatic final BlockBlocks.CHERRY_LEAVESstatic final BlockBlocks.CHERRY_LOGstatic final BlockBlocks.CHERRY_PLANKSstatic final BlockBlocks.CHERRY_PRESSURE_PLATEstatic final BlockBlocks.CHERRY_SAPLINGstatic final BlockBlocks.CHERRY_SHELFstatic final BlockBlocks.CHERRY_SIGNstatic final BlockBlocks.CHERRY_SLABstatic final BlockBlocks.CHERRY_STAIRSstatic final BlockBlocks.CHERRY_TRAPDOORstatic final BlockBlocks.CHERRY_WALL_HANGING_SIGNstatic final BlockBlocks.CHERRY_WALL_SIGNstatic final BlockBlocks.CHERRY_WOODstatic final BlockBlocks.CHESTstatic final BlockBlocks.CHIPPED_ANVILstatic final BlockBlocks.CHISELED_BOOKSHELFstatic final BlockBlocks.CHISELED_COPPERstatic final BlockBlocks.CHISELED_DEEPSLATEstatic final BlockBlocks.CHISELED_NETHER_BRICKSstatic final BlockBlocks.CHISELED_POLISHED_BLACKSTONEstatic final BlockBlocks.CHISELED_QUARTZ_BLOCKstatic final BlockBlocks.CHISELED_RED_SANDSTONEstatic final BlockBlocks.CHISELED_RESIN_BRICKSstatic final BlockBlocks.CHISELED_SANDSTONEstatic final BlockBlocks.CHISELED_STONE_BRICKSstatic final BlockBlocks.CHISELED_TUFFstatic final BlockBlocks.CHISELED_TUFF_BRICKSstatic final BlockBlocks.CHORUS_FLOWERstatic final BlockBlocks.CHORUS_PLANTstatic final BlockBlocks.CLAYstatic final BlockBlocks.CLOSED_EYEBLOSSOMstatic final BlockBlocks.COAL_BLOCKstatic final BlockBlocks.COAL_OREstatic final BlockBlocks.COARSE_DIRTstatic final BlockBlocks.COBBLED_DEEPSLATEstatic final BlockBlocks.COBBLED_DEEPSLATE_SLABstatic final BlockBlocks.COBBLED_DEEPSLATE_STAIRSstatic final BlockBlocks.COBBLED_DEEPSLATE_WALLstatic final BlockBlocks.COBBLESTONEstatic final BlockBlocks.COBBLESTONE_SLABstatic final BlockBlocks.COBBLESTONE_STAIRSstatic final BlockBlocks.COBBLESTONE_WALLstatic final BlockBlocks.COBWEBstatic final BlockBlocks.COCOAstatic final BlockBlocks.COMMAND_BLOCKstatic final BlockBlocks.COMPARATORstatic final BlockBlocks.COMPOSTERprivate final BlockConcretePowderBlock.concretestatic final BlockBlocks.CONDUITstatic final BlockBlocks.COPPER_BLOCKstatic final BlockBlocks.COPPER_BULBstatic final BlockBlocks.COPPER_CHESTstatic final BlockBlocks.COPPER_DOORstatic final BlockBlocks.COPPER_GOLEM_STATUEstatic final BlockBlocks.COPPER_GRATEstatic final BlockBlocks.COPPER_OREstatic final BlockBlocks.COPPER_TORCHstatic final BlockBlocks.COPPER_TRAPDOORstatic final BlockBlocks.COPPER_WALL_TORCHstatic final BlockBlocks.CORNFLOWERstatic final BlockBlocks.CRACKED_DEEPSLATE_BRICKSstatic final BlockBlocks.CRACKED_DEEPSLATE_TILESstatic final BlockBlocks.CRACKED_NETHER_BRICKSstatic final Blockstatic final BlockBlocks.CRACKED_STONE_BRICKSstatic final BlockBlocks.CRAFTERstatic final BlockBlocks.CRAFTING_TABLEstatic final BlockBlocks.CREAKING_HEARTstatic final BlockBlocks.CREEPER_HEADstatic final BlockBlocks.CREEPER_WALL_HEADstatic final BlockBlocks.CRIMSON_BUTTONstatic final BlockBlocks.CRIMSON_DOORstatic final BlockBlocks.CRIMSON_FENCEstatic final BlockBlocks.CRIMSON_FENCE_GATEstatic final BlockBlocks.CRIMSON_FUNGUSstatic final BlockBlocks.CRIMSON_HANGING_SIGNstatic final BlockBlocks.CRIMSON_HYPHAEstatic final BlockBlocks.CRIMSON_NYLIUMstatic final BlockBlocks.CRIMSON_PLANKSstatic final BlockBlocks.CRIMSON_PRESSURE_PLATEstatic final BlockBlocks.CRIMSON_ROOTSstatic final BlockBlocks.CRIMSON_SHELFstatic final BlockBlocks.CRIMSON_SIGNstatic final BlockBlocks.CRIMSON_SLABstatic final BlockBlocks.CRIMSON_STAIRSstatic final BlockBlocks.CRIMSON_STEMstatic final BlockBlocks.CRIMSON_TRAPDOORstatic final BlockBlocks.CRIMSON_WALL_HANGING_SIGNstatic final BlockBlocks.CRIMSON_WALL_SIGNstatic final BlockBlocks.CRYING_OBSIDIANstatic final BlockBlocks.CUT_COPPERstatic final BlockBlocks.CUT_COPPER_SLABstatic final BlockBlocks.CUT_COPPER_STAIRSstatic final BlockBlocks.CUT_RED_SANDSTONEstatic final BlockBlocks.CUT_RED_SANDSTONE_SLABstatic final BlockBlocks.CUT_SANDSTONEstatic final BlockBlocks.CUT_SANDSTONE_SLABstatic final BlockBlocks.CYAN_BANNERstatic final BlockBlocks.CYAN_BEDstatic final BlockBlocks.CYAN_CANDLEstatic final BlockBlocks.CYAN_CANDLE_CAKEstatic final BlockBlocks.CYAN_CARPETstatic final BlockBlocks.CYAN_CONCRETEstatic final BlockBlocks.CYAN_CONCRETE_POWDERstatic final BlockBlocks.CYAN_GLAZED_TERRACOTTAstatic final BlockBlocks.CYAN_SHULKER_BOXstatic final BlockBlocks.CYAN_STAINED_GLASSstatic final BlockBlocks.CYAN_STAINED_GLASS_PANEstatic final BlockBlocks.CYAN_TERRACOTTAstatic final BlockBlocks.CYAN_WALL_BANNERstatic final BlockBlocks.CYAN_WOOLstatic final BlockBlocks.DAMAGED_ANVILstatic final BlockBlocks.DANDELIONstatic final BlockBlocks.DARK_OAK_BUTTONstatic final BlockBlocks.DARK_OAK_DOORstatic final BlockBlocks.DARK_OAK_FENCEstatic final BlockBlocks.DARK_OAK_FENCE_GATEstatic final BlockBlocks.DARK_OAK_HANGING_SIGNstatic final BlockBlocks.DARK_OAK_LEAVESstatic final BlockBlocks.DARK_OAK_LOGstatic final BlockBlocks.DARK_OAK_PLANKSstatic final BlockBlocks.DARK_OAK_PRESSURE_PLATEstatic final BlockBlocks.DARK_OAK_SAPLINGstatic final BlockBlocks.DARK_OAK_SHELFstatic final BlockBlocks.DARK_OAK_SIGNstatic final BlockBlocks.DARK_OAK_SLABstatic final BlockBlocks.DARK_OAK_STAIRSstatic final BlockBlocks.DARK_OAK_TRAPDOORstatic final BlockBlocks.DARK_OAK_WALL_HANGING_SIGNstatic final BlockBlocks.DARK_OAK_WALL_SIGNstatic final BlockBlocks.DARK_OAK_WOODstatic final BlockBlocks.DARK_PRISMARINEstatic final BlockBlocks.DARK_PRISMARINE_SLABstatic final BlockBlocks.DARK_PRISMARINE_STAIRSstatic final BlockBlocks.DAYLIGHT_DETECTORstatic final BlockBlocks.DEAD_BRAIN_CORALstatic final BlockBlocks.DEAD_BRAIN_CORAL_BLOCKstatic final BlockBlocks.DEAD_BRAIN_CORAL_FANstatic final BlockBlocks.DEAD_BRAIN_CORAL_WALL_FANstatic final BlockBlocks.DEAD_BUBBLE_CORALstatic final BlockBlocks.DEAD_BUBBLE_CORAL_BLOCKstatic final BlockBlocks.DEAD_BUBBLE_CORAL_FANstatic final BlockBlocks.DEAD_BUBBLE_CORAL_WALL_FANstatic final BlockBlocks.DEAD_BUSHstatic final BlockBlocks.DEAD_FIRE_CORALstatic final BlockBlocks.DEAD_FIRE_CORAL_BLOCKstatic final BlockBlocks.DEAD_FIRE_CORAL_FANstatic final BlockBlocks.DEAD_FIRE_CORAL_WALL_FANstatic final BlockBlocks.DEAD_HORN_CORALstatic final BlockBlocks.DEAD_HORN_CORAL_BLOCKstatic final BlockBlocks.DEAD_HORN_CORAL_FANstatic final BlockBlocks.DEAD_HORN_CORAL_WALL_FANstatic final BlockBlocks.DEAD_TUBE_CORALstatic final BlockBlocks.DEAD_TUBE_CORAL_BLOCKstatic final BlockBlocks.DEAD_TUBE_CORAL_FANstatic final BlockBlocks.DEAD_TUBE_CORAL_WALL_FANprivate final BlockCoralBlock.deadBlockprivate final BlockCoralFanBlock.deadBlockprivate final BlockCoralPlantBlock.deadBlockprivate final BlockCoralWallFanBlock.deadBlockstatic final BlockBlocks.DECORATED_POTstatic final BlockBlocks.DEEPSLATEstatic final BlockBlocks.DEEPSLATE_BRICK_SLABstatic final BlockBlocks.DEEPSLATE_BRICK_STAIRSstatic final BlockBlocks.DEEPSLATE_BRICK_WALLstatic final BlockBlocks.DEEPSLATE_BRICKSstatic final BlockBlocks.DEEPSLATE_COAL_OREstatic final BlockBlocks.DEEPSLATE_COPPER_OREstatic final BlockBlocks.DEEPSLATE_DIAMOND_OREstatic final BlockBlocks.DEEPSLATE_EMERALD_OREstatic final BlockBlocks.DEEPSLATE_GOLD_OREstatic final BlockBlocks.DEEPSLATE_IRON_OREstatic final BlockBlocks.DEEPSLATE_LAPIS_OREstatic final BlockBlocks.DEEPSLATE_REDSTONE_OREstatic final BlockBlocks.DEEPSLATE_TILE_SLABstatic final BlockBlocks.DEEPSLATE_TILE_STAIRSstatic final BlockBlocks.DEEPSLATE_TILE_WALLstatic final BlockBlocks.DEEPSLATE_TILESstatic final BlockBlocks.DETECTOR_RAILstatic final BlockBlocks.DIAMOND_BLOCKstatic final BlockBlocks.DIAMOND_OREstatic final BlockBlocks.DIORITEstatic final BlockBlocks.DIORITE_SLABstatic final BlockBlocks.DIORITE_STAIRSstatic final BlockBlocks.DIORITE_WALLstatic final BlockBlocks.DIRTstatic final BlockBlocks.DIRT_PATHstatic final BlockBlocks.DISPENSERstatic final BlockBlocks.DRAGON_EGGstatic final BlockBlocks.DRAGON_HEADstatic final BlockBlocks.DRAGON_WALL_HEADstatic final BlockBlocks.DRIED_GHASTstatic final BlockBlocks.DRIED_KELP_BLOCKstatic final BlockBlocks.DRIPSTONE_BLOCKstatic final BlockBlocks.DROPPERstatic final BlockBlocks.EMERALD_BLOCKstatic final BlockBlocks.EMERALD_OREstatic final BlockBlocks.ENCHANTING_TABLEstatic final BlockBlocks.END_GATEWAYstatic final BlockBlocks.END_PORTALstatic final BlockBlocks.END_PORTAL_FRAMEstatic final BlockBlocks.END_RODstatic final BlockBlocks.END_STONEstatic final BlockBlocks.END_STONE_BRICK_SLABstatic final BlockBlocks.END_STONE_BRICK_STAIRSstatic final BlockBlocks.END_STONE_BRICK_WALLstatic final BlockBlocks.END_STONE_BRICKSstatic final BlockBlocks.ENDER_CHESTprivate final BlockWeatheringCopperBlocks.exposedThe field for theexposedrecord component.static final BlockBlocks.EXPOSED_CHISELED_COPPERstatic final BlockBlocks.EXPOSED_COPPERstatic final BlockBlocks.EXPOSED_COPPER_BULBstatic final BlockBlocks.EXPOSED_COPPER_CHESTstatic final BlockBlocks.EXPOSED_COPPER_DOORstatic final BlockBlocks.EXPOSED_COPPER_GOLEM_STATUEstatic final BlockBlocks.EXPOSED_COPPER_GRATEstatic final BlockBlocks.EXPOSED_COPPER_TRAPDOORstatic final BlockBlocks.EXPOSED_CUT_COPPERstatic final BlockBlocks.EXPOSED_CUT_COPPER_SLABstatic final BlockBlocks.EXPOSED_CUT_COPPER_STAIRSstatic final BlockBlocks.EXPOSED_LIGHTNING_RODstatic final BlockBlocks.FARMLANDstatic final BlockBlocks.FERNstatic final BlockBlocks.FIREstatic final BlockBlocks.FIRE_CORALstatic final BlockBlocks.FIRE_CORAL_BLOCKstatic final BlockBlocks.FIRE_CORAL_FANstatic final BlockBlocks.FIRE_CORAL_WALL_FANstatic final BlockBlocks.FIREFLY_BUSHstatic final BlockBlocks.FLETCHING_TABLEstatic final BlockBlocks.FLOWER_POTstatic final BlockBlocks.FLOWERING_AZALEAstatic final BlockBlocks.FLOWERING_AZALEA_LEAVESstatic final BlockBlocks.FROGSPAWNstatic final BlockBlocks.FROSTED_ICEstatic final BlockBlocks.FURNACEstatic final BlockBlocks.GILDED_BLACKSTONEstatic final BlockBlocks.GLASSstatic final BlockBlocks.GLASS_PANEstatic final BlockBlocks.GLOW_LICHENstatic final BlockBlocks.GLOWSTONEstatic final BlockBlocks.GOLD_BLOCKstatic final BlockBlocks.GOLD_OREstatic final BlockBlocks.GOLDEN_DANDELIONstatic final BlockBlocks.GRANITEstatic final BlockBlocks.GRANITE_SLABstatic final BlockBlocks.GRANITE_STAIRSstatic final BlockBlocks.GRANITE_WALLstatic final BlockBlocks.GRASS_BLOCKstatic final BlockBlocks.GRAVELstatic final BlockBlocks.GRAY_BANNERstatic final BlockBlocks.GRAY_BEDstatic final BlockBlocks.GRAY_CANDLEstatic final BlockBlocks.GRAY_CANDLE_CAKEstatic final BlockBlocks.GRAY_CARPETstatic final BlockBlocks.GRAY_CONCRETEstatic final BlockBlocks.GRAY_CONCRETE_POWDERstatic final BlockBlocks.GRAY_GLAZED_TERRACOTTAstatic final BlockBlocks.GRAY_SHULKER_BOXstatic final BlockBlocks.GRAY_STAINED_GLASSstatic final BlockBlocks.GRAY_STAINED_GLASS_PANEstatic final BlockBlocks.GRAY_TERRACOTTAstatic final BlockBlocks.GRAY_WALL_BANNERstatic final BlockBlocks.GRAY_WOOLstatic final BlockBlocks.GREEN_BANNERstatic final BlockBlocks.GREEN_BEDstatic final BlockBlocks.GREEN_CANDLEstatic final BlockBlocks.GREEN_CANDLE_CAKEstatic final BlockBlocks.GREEN_CARPETstatic final BlockBlocks.GREEN_CONCRETEstatic final BlockBlocks.GREEN_CONCRETE_POWDERstatic final BlockBlocks.GREEN_GLAZED_TERRACOTTAstatic final BlockBlocks.GREEN_SHULKER_BOXstatic final BlockBlocks.GREEN_STAINED_GLASSstatic final BlockBlocks.GREEN_STAINED_GLASS_PANEstatic final BlockBlocks.GREEN_TERRACOTTAstatic final BlockBlocks.GREEN_WALL_BANNERstatic final BlockBlocks.GREEN_WOOLstatic final BlockBlocks.GRINDSTONEstatic final BlockBlocks.HANGING_ROOTSstatic final BlockBlocks.HAY_BLOCKstatic final BlockBlocks.HEAVY_COREstatic final Blockstatic final BlockBlocks.HONEY_BLOCKstatic final BlockBlocks.HONEYCOMB_BLOCKprivate final BlockTripWireBlock.hookstatic final BlockBlocks.HOPPERstatic final BlockBlocks.HORN_CORALstatic final BlockBlocks.HORN_CORAL_BLOCKstatic final BlockBlocks.HORN_CORAL_FANstatic final BlockBlocks.HORN_CORAL_WALL_FANprivate final BlockInfestedBlock.hostBlockstatic final BlockBlocks.ICEstatic final Blockstatic final BlockBlocks.INFESTED_COBBLESTONEstatic final Blockstatic final BlockBlocks.INFESTED_DEEPSLATEstatic final BlockBlocks.INFESTED_MOSSY_STONE_BRICKSstatic final BlockBlocks.INFESTED_STONEstatic final BlockBlocks.INFESTED_STONE_BRICKSstatic final BlockBlocks.IRON_BARSstatic final BlockBlocks.IRON_BLOCKstatic final BlockBlocks.IRON_CHAINstatic final BlockBlocks.IRON_DOORstatic final BlockBlocks.IRON_OREstatic final BlockBlocks.IRON_TRAPDOORstatic final BlockBlocks.JACK_O_LANTERNstatic final BlockBlocks.JIGSAWstatic final BlockBlocks.JUKEBOXstatic final BlockBlocks.JUNGLE_BUTTONstatic final BlockBlocks.JUNGLE_DOORstatic final BlockBlocks.JUNGLE_FENCEstatic final BlockBlocks.JUNGLE_FENCE_GATEstatic final BlockBlocks.JUNGLE_HANGING_SIGNstatic final BlockBlocks.JUNGLE_LEAVESstatic final BlockBlocks.JUNGLE_LOGstatic final BlockBlocks.JUNGLE_PLANKSstatic final BlockBlocks.JUNGLE_PRESSURE_PLATEstatic final BlockBlocks.JUNGLE_SAPLINGstatic final BlockBlocks.JUNGLE_SHELFstatic final BlockBlocks.JUNGLE_SIGNstatic final BlockBlocks.JUNGLE_SLABstatic final BlockBlocks.JUNGLE_STAIRSstatic final BlockBlocks.JUNGLE_TRAPDOORstatic final BlockBlocks.JUNGLE_WALL_HANGING_SIGNstatic final BlockBlocks.JUNGLE_WALL_SIGNstatic final BlockBlocks.JUNGLE_WOODstatic final BlockBlocks.KELPstatic final BlockBlocks.KELP_PLANTstatic final BlockBlocks.LADDERstatic final BlockBlocks.LANTERNstatic final BlockBlocks.LAPIS_BLOCKstatic final BlockBlocks.LAPIS_OREstatic final BlockBlocks.LARGE_AMETHYST_BUDstatic final BlockBlocks.LARGE_FERNstatic final BlockBlocks.LAVAstatic final BlockBlocks.LAVA_CAULDRONstatic final BlockBlocks.LEAF_LITTERstatic final BlockBlocks.LECTERNstatic final BlockBlocks.LEVERstatic final BlockBlocks.LIGHTstatic final BlockBlocks.LIGHT_BLUE_BANNERstatic final BlockBlocks.LIGHT_BLUE_BEDstatic final BlockBlocks.LIGHT_BLUE_CANDLEstatic final BlockBlocks.LIGHT_BLUE_CANDLE_CAKEstatic final BlockBlocks.LIGHT_BLUE_CARPETstatic final BlockBlocks.LIGHT_BLUE_CONCRETEstatic final BlockBlocks.LIGHT_BLUE_CONCRETE_POWDERstatic final BlockBlocks.LIGHT_BLUE_GLAZED_TERRACOTTAstatic final BlockBlocks.LIGHT_BLUE_SHULKER_BOXstatic final BlockBlocks.LIGHT_BLUE_STAINED_GLASSstatic final Blockstatic final BlockBlocks.LIGHT_BLUE_TERRACOTTAstatic final BlockBlocks.LIGHT_BLUE_WALL_BANNERstatic final BlockBlocks.LIGHT_BLUE_WOOLstatic final BlockBlocks.LIGHT_GRAY_BANNERstatic final BlockBlocks.LIGHT_GRAY_BEDstatic final BlockBlocks.LIGHT_GRAY_CANDLEstatic final BlockBlocks.LIGHT_GRAY_CANDLE_CAKEstatic final BlockBlocks.LIGHT_GRAY_CARPETstatic final BlockBlocks.LIGHT_GRAY_CONCRETEstatic final BlockBlocks.LIGHT_GRAY_CONCRETE_POWDERstatic final BlockBlocks.LIGHT_GRAY_GLAZED_TERRACOTTAstatic final BlockBlocks.LIGHT_GRAY_SHULKER_BOXstatic final BlockBlocks.LIGHT_GRAY_STAINED_GLASSstatic final Blockstatic final BlockBlocks.LIGHT_GRAY_TERRACOTTAstatic final BlockBlocks.LIGHT_GRAY_WALL_BANNERstatic final BlockBlocks.LIGHT_GRAY_WOOLstatic final Blockstatic final BlockBlocks.LIGHTNING_RODstatic final BlockBlocks.LILACstatic final BlockBlocks.LILY_OF_THE_VALLEYstatic final BlockBlocks.LILY_PADstatic final BlockBlocks.LIME_BANNERstatic final BlockBlocks.LIME_BEDstatic final BlockBlocks.LIME_CANDLEstatic final BlockBlocks.LIME_CANDLE_CAKEstatic final BlockBlocks.LIME_CARPETstatic final BlockBlocks.LIME_CONCRETEstatic final BlockBlocks.LIME_CONCRETE_POWDERstatic final BlockBlocks.LIME_GLAZED_TERRACOTTAstatic final BlockBlocks.LIME_SHULKER_BOXstatic final BlockBlocks.LIME_STAINED_GLASSstatic final BlockBlocks.LIME_STAINED_GLASS_PANEstatic final BlockBlocks.LIME_TERRACOTTAstatic final BlockBlocks.LIME_WALL_BANNERstatic final BlockBlocks.LIME_WOOLstatic final BlockBlocks.LODESTONEstatic final BlockBlocks.LOOMstatic final BlockBlocks.MAGENTA_BANNERstatic final BlockBlocks.MAGENTA_BEDstatic final BlockBlocks.MAGENTA_CANDLEstatic final BlockBlocks.MAGENTA_CANDLE_CAKEstatic final BlockBlocks.MAGENTA_CARPETstatic final BlockBlocks.MAGENTA_CONCRETEstatic final BlockBlocks.MAGENTA_CONCRETE_POWDERstatic final BlockBlocks.MAGENTA_GLAZED_TERRACOTTAstatic final BlockBlocks.MAGENTA_SHULKER_BOXstatic final BlockBlocks.MAGENTA_STAINED_GLASSstatic final BlockBlocks.MAGENTA_STAINED_GLASS_PANEstatic final BlockBlocks.MAGENTA_TERRACOTTAstatic final BlockBlocks.MAGENTA_WALL_BANNERstatic final BlockBlocks.MAGENTA_WOOLstatic final BlockBlocks.MAGMA_BLOCKstatic final BlockBlocks.MANGROVE_BUTTONstatic final BlockBlocks.MANGROVE_DOORstatic final BlockBlocks.MANGROVE_FENCEstatic final BlockBlocks.MANGROVE_FENCE_GATEstatic final BlockBlocks.MANGROVE_HANGING_SIGNstatic final BlockBlocks.MANGROVE_LEAVESstatic final BlockBlocks.MANGROVE_LOGstatic final BlockBlocks.MANGROVE_PLANKSstatic final BlockBlocks.MANGROVE_PRESSURE_PLATEstatic final BlockBlocks.MANGROVE_PROPAGULEstatic final BlockBlocks.MANGROVE_ROOTSstatic final BlockBlocks.MANGROVE_SHELFstatic final BlockBlocks.MANGROVE_SIGNstatic final BlockBlocks.MANGROVE_SLABstatic final BlockBlocks.MANGROVE_STAIRSstatic final BlockBlocks.MANGROVE_TRAPDOORstatic final BlockBlocks.MANGROVE_WALL_HANGING_SIGNstatic final BlockBlocks.MANGROVE_WALL_SIGNstatic final BlockBlocks.MANGROVE_WOODstatic final BlockBlocks.MEDIUM_AMETHYST_BUDstatic final BlockBlocks.MELONstatic final BlockBlocks.MELON_STEMstatic final BlockBlocks.MOSS_BLOCKstatic final BlockBlocks.MOSS_CARPETstatic final BlockBlocks.MOSSY_COBBLESTONEstatic final BlockBlocks.MOSSY_COBBLESTONE_SLABstatic final BlockBlocks.MOSSY_COBBLESTONE_STAIRSstatic final BlockBlocks.MOSSY_COBBLESTONE_WALLstatic final BlockBlocks.MOSSY_STONE_BRICK_SLABstatic final BlockBlocks.MOSSY_STONE_BRICK_STAIRSstatic final BlockBlocks.MOSSY_STONE_BRICK_WALLstatic final BlockBlocks.MOSSY_STONE_BRICKSstatic final BlockBlocks.MOVING_PISTONstatic final BlockBlocks.MUDstatic final BlockBlocks.MUD_BRICK_SLABstatic final BlockBlocks.MUD_BRICK_STAIRSstatic final BlockBlocks.MUD_BRICK_WALLstatic final BlockBlocks.MUD_BRICKSstatic final BlockBlocks.MUDDY_MANGROVE_ROOTSstatic final BlockBlocks.MUSHROOM_STEMstatic final BlockBlocks.MYCELIUMstatic final BlockBlocks.NETHER_BRICK_FENCEstatic final BlockBlocks.NETHER_BRICK_SLABstatic final BlockBlocks.NETHER_BRICK_STAIRSstatic final BlockBlocks.NETHER_BRICK_WALLstatic final BlockBlocks.NETHER_BRICKSstatic final BlockBlocks.NETHER_GOLD_OREstatic final BlockBlocks.NETHER_PORTALstatic final BlockBlocks.NETHER_QUARTZ_OREstatic final BlockBlocks.NETHER_SPROUTSstatic final BlockBlocks.NETHER_WARTstatic final BlockBlocks.NETHER_WART_BLOCKstatic final BlockBlocks.NETHERITE_BLOCKstatic final BlockBlocks.NETHERRACKstatic final BlockBlocks.NOTE_BLOCKstatic final BlockBlocks.OAK_BUTTONstatic final BlockBlocks.OAK_DOORstatic final BlockBlocks.OAK_FENCEstatic final BlockBlocks.OAK_FENCE_GATEstatic final BlockBlocks.OAK_HANGING_SIGNstatic final BlockBlocks.OAK_LEAVESstatic final BlockBlocks.OAK_LOGstatic final BlockBlocks.OAK_PLANKSstatic final BlockBlocks.OAK_PRESSURE_PLATEstatic final BlockBlocks.OAK_SAPLINGstatic final BlockBlocks.OAK_SHELFstatic final BlockBlocks.OAK_SIGNstatic final BlockBlocks.OAK_SLABstatic final BlockBlocks.OAK_STAIRSstatic final BlockBlocks.OAK_TRAPDOORstatic final BlockBlocks.OAK_WALL_HANGING_SIGNstatic final BlockBlocks.OAK_WALL_SIGNstatic final BlockBlocks.OAK_WOODstatic final BlockBlocks.OBSERVERstatic final BlockBlocks.OBSIDIANstatic final BlockBlocks.OCHRE_FROGLIGHTstatic final BlockBlocks.OPEN_EYEBLOSSOMstatic final BlockBlocks.ORANGE_BANNERstatic final BlockBlocks.ORANGE_BEDstatic final BlockBlocks.ORANGE_CANDLEstatic final BlockBlocks.ORANGE_CANDLE_CAKEstatic final BlockBlocks.ORANGE_CARPETstatic final BlockBlocks.ORANGE_CONCRETEstatic final BlockBlocks.ORANGE_CONCRETE_POWDERstatic final BlockBlocks.ORANGE_GLAZED_TERRACOTTAstatic final BlockBlocks.ORANGE_SHULKER_BOXstatic final BlockBlocks.ORANGE_STAINED_GLASSstatic final BlockBlocks.ORANGE_STAINED_GLASS_PANEstatic final BlockBlocks.ORANGE_TERRACOTTAstatic final BlockBlocks.ORANGE_TULIPstatic final BlockBlocks.ORANGE_WALL_BANNERstatic final BlockBlocks.ORANGE_WOOLstatic final BlockBlocks.OXEYE_DAISYprivate final BlockWeatheringCopperBlocks.oxidizedThe field for theoxidizedrecord component.static final BlockBlocks.OXIDIZED_CHISELED_COPPERstatic final BlockBlocks.OXIDIZED_COPPERstatic final BlockBlocks.OXIDIZED_COPPER_BULBstatic final BlockBlocks.OXIDIZED_COPPER_CHESTstatic final BlockBlocks.OXIDIZED_COPPER_DOORstatic final BlockBlocks.OXIDIZED_COPPER_GOLEM_STATUEstatic final BlockBlocks.OXIDIZED_COPPER_GRATEstatic final BlockBlocks.OXIDIZED_COPPER_TRAPDOORstatic final BlockBlocks.OXIDIZED_CUT_COPPERstatic final BlockBlocks.OXIDIZED_CUT_COPPER_SLABstatic final BlockBlocks.OXIDIZED_CUT_COPPER_STAIRSstatic final BlockBlocks.OXIDIZED_LIGHTNING_RODstatic final BlockBlocks.PACKED_ICEstatic final BlockBlocks.PACKED_MUDstatic final BlockBlocks.PALE_HANGING_MOSSstatic final BlockBlocks.PALE_MOSS_BLOCKstatic final BlockBlocks.PALE_MOSS_CARPETstatic final BlockBlocks.PALE_OAK_BUTTONstatic final BlockBlocks.PALE_OAK_DOORstatic final BlockBlocks.PALE_OAK_FENCEstatic final BlockBlocks.PALE_OAK_FENCE_GATEstatic final BlockBlocks.PALE_OAK_HANGING_SIGNstatic final BlockBlocks.PALE_OAK_LEAVESstatic final BlockBlocks.PALE_OAK_LOGstatic final BlockBlocks.PALE_OAK_PLANKSstatic final BlockBlocks.PALE_OAK_PRESSURE_PLATEstatic final BlockBlocks.PALE_OAK_SAPLINGstatic final BlockBlocks.PALE_OAK_SHELFstatic final BlockBlocks.PALE_OAK_SIGNstatic final BlockBlocks.PALE_OAK_SLABstatic final BlockBlocks.PALE_OAK_STAIRSstatic final BlockBlocks.PALE_OAK_TRAPDOORstatic final BlockBlocks.PALE_OAK_WALL_HANGING_SIGNstatic final BlockBlocks.PALE_OAK_WALL_SIGNstatic final BlockBlocks.PALE_OAK_WOODstatic final BlockBlocks.PEARLESCENT_FROGLIGHTstatic final BlockBlocks.PEONYstatic final BlockBlocks.PETRIFIED_OAK_SLABstatic final BlockBlocks.PIGLIN_HEADstatic final BlockBlocks.PIGLIN_WALL_HEADstatic final BlockBlocks.PINK_BANNERstatic final BlockBlocks.PINK_BEDstatic final BlockBlocks.PINK_CANDLEstatic final BlockBlocks.PINK_CANDLE_CAKEstatic final BlockBlocks.PINK_CARPETstatic final BlockBlocks.PINK_CONCRETEstatic final BlockBlocks.PINK_CONCRETE_POWDERstatic final BlockBlocks.PINK_GLAZED_TERRACOTTAstatic final BlockBlocks.PINK_PETALSstatic final BlockBlocks.PINK_SHULKER_BOXstatic final BlockBlocks.PINK_STAINED_GLASSstatic final BlockBlocks.PINK_STAINED_GLASS_PANEstatic final BlockBlocks.PINK_TERRACOTTAstatic final BlockBlocks.PINK_TULIPstatic final BlockBlocks.PINK_WALL_BANNERstatic final BlockBlocks.PINK_WOOLstatic final BlockBlocks.PISTONstatic final BlockBlocks.PISTON_HEADstatic final BlockBlocks.PITCHER_CROPstatic final BlockBlocks.PITCHER_PLANTprivate final BlockChorusFlowerBlock.plantstatic final BlockBlocks.PLAYER_HEADstatic final BlockBlocks.PLAYER_WALL_HEADstatic final BlockBlocks.PODZOLstatic final BlockBlocks.POINTED_DRIPSTONEstatic final BlockBlocks.POLISHED_ANDESITEstatic final BlockBlocks.POLISHED_ANDESITE_SLABstatic final BlockBlocks.POLISHED_ANDESITE_STAIRSstatic final BlockBlocks.POLISHED_BASALTstatic final BlockBlocks.POLISHED_BLACKSTONEstatic final Blockstatic final Blockstatic final Blockstatic final BlockBlocks.POLISHED_BLACKSTONE_BRICKSstatic final BlockBlocks.POLISHED_BLACKSTONE_BUTTONstatic final Blockstatic final BlockBlocks.POLISHED_BLACKSTONE_SLABstatic final BlockBlocks.POLISHED_BLACKSTONE_STAIRSstatic final BlockBlocks.POLISHED_BLACKSTONE_WALLstatic final BlockBlocks.POLISHED_DEEPSLATEstatic final BlockBlocks.POLISHED_DEEPSLATE_SLABstatic final BlockBlocks.POLISHED_DEEPSLATE_STAIRSstatic final BlockBlocks.POLISHED_DEEPSLATE_WALLstatic final BlockBlocks.POLISHED_DIORITEstatic final BlockBlocks.POLISHED_DIORITE_SLABstatic final BlockBlocks.POLISHED_DIORITE_STAIRSstatic final BlockBlocks.POLISHED_GRANITEstatic final BlockBlocks.POLISHED_GRANITE_SLABstatic final BlockBlocks.POLISHED_GRANITE_STAIRSstatic final BlockBlocks.POLISHED_TUFFstatic final BlockBlocks.POLISHED_TUFF_SLABstatic final BlockBlocks.POLISHED_TUFF_STAIRSstatic final BlockBlocks.POLISHED_TUFF_WALLstatic final BlockBlocks.POPPYstatic final BlockBlocks.POTATOESprivate final BlockFlowerPotBlock.pottedNeo: Field accesses are redirected toFlowerPotBlock.getPotted()with a coremod.static final BlockBlocks.POTTED_ACACIA_SAPLINGstatic final BlockBlocks.POTTED_ALLIUMstatic final BlockBlocks.POTTED_AZALEAstatic final BlockBlocks.POTTED_AZURE_BLUETstatic final BlockBlocks.POTTED_BAMBOOstatic final BlockBlocks.POTTED_BIRCH_SAPLINGstatic final BlockBlocks.POTTED_BLUE_ORCHIDstatic final BlockBlocks.POTTED_BROWN_MUSHROOMstatic final BlockBlocks.POTTED_CACTUSstatic final BlockBlocks.POTTED_CHERRY_SAPLINGstatic final BlockBlocks.POTTED_CLOSED_EYEBLOSSOMstatic final BlockBlocks.POTTED_CORNFLOWERstatic final BlockBlocks.POTTED_CRIMSON_FUNGUSstatic final BlockBlocks.POTTED_CRIMSON_ROOTSstatic final BlockBlocks.POTTED_DANDELIONstatic final BlockBlocks.POTTED_DARK_OAK_SAPLINGstatic final BlockBlocks.POTTED_DEAD_BUSHstatic final BlockBlocks.POTTED_FERNstatic final BlockBlocks.POTTED_FLOWERING_AZALEAstatic final BlockBlocks.POTTED_GOLDEN_DANDELIONstatic final BlockBlocks.POTTED_JUNGLE_SAPLINGstatic final BlockBlocks.POTTED_LILY_OF_THE_VALLEYstatic final BlockBlocks.POTTED_MANGROVE_PROPAGULEstatic final BlockBlocks.POTTED_OAK_SAPLINGstatic final BlockBlocks.POTTED_OPEN_EYEBLOSSOMstatic final BlockBlocks.POTTED_ORANGE_TULIPstatic final BlockBlocks.POTTED_OXEYE_DAISYstatic final BlockBlocks.POTTED_PALE_OAK_SAPLINGstatic final BlockBlocks.POTTED_PINK_TULIPstatic final BlockBlocks.POTTED_POPPYstatic final BlockBlocks.POTTED_RED_MUSHROOMstatic final BlockBlocks.POTTED_RED_TULIPstatic final BlockBlocks.POTTED_SPRUCE_SAPLINGstatic final BlockBlocks.POTTED_TORCHFLOWERstatic final BlockBlocks.POTTED_WARPED_FUNGUSstatic final BlockBlocks.POTTED_WARPED_ROOTSstatic final BlockBlocks.POTTED_WHITE_TULIPstatic final BlockBlocks.POTTED_WITHER_ROSEstatic final BlockBlocks.POWDER_SNOWstatic final BlockBlocks.POWDER_SNOW_CAULDRONstatic final BlockBlocks.POWERED_RAILstatic final BlockBlocks.PRISMARINEstatic final BlockBlocks.PRISMARINE_BRICK_SLABstatic final BlockBlocks.PRISMARINE_BRICK_STAIRSstatic final BlockBlocks.PRISMARINE_BRICKSstatic final BlockBlocks.PRISMARINE_SLABstatic final BlockBlocks.PRISMARINE_STAIRSstatic final BlockBlocks.PRISMARINE_WALLstatic final BlockBlocks.PUMPKINstatic final BlockBlocks.PUMPKIN_STEMstatic final BlockBlocks.PURPLE_BANNERstatic final BlockBlocks.PURPLE_BEDstatic final BlockBlocks.PURPLE_CANDLEstatic final BlockBlocks.PURPLE_CANDLE_CAKEstatic final BlockBlocks.PURPLE_CARPETstatic final BlockBlocks.PURPLE_CONCRETEstatic final BlockBlocks.PURPLE_CONCRETE_POWDERstatic final BlockBlocks.PURPLE_GLAZED_TERRACOTTAstatic final BlockBlocks.PURPLE_SHULKER_BOXstatic final BlockBlocks.PURPLE_STAINED_GLASSstatic final BlockBlocks.PURPLE_STAINED_GLASS_PANEstatic final BlockBlocks.PURPLE_TERRACOTTAstatic final BlockBlocks.PURPLE_WALL_BANNERstatic final BlockBlocks.PURPLE_WOOLstatic final BlockBlocks.PURPUR_BLOCKstatic final BlockBlocks.PURPUR_PILLARstatic final BlockBlocks.PURPUR_SLABstatic final BlockBlocks.PURPUR_STAIRSstatic final BlockBlocks.QUARTZ_BLOCKstatic final BlockBlocks.QUARTZ_BRICKSstatic final BlockBlocks.QUARTZ_PILLARstatic final BlockBlocks.QUARTZ_SLABstatic final BlockBlocks.QUARTZ_STAIRSstatic final BlockBlocks.RAILstatic final BlockBlocks.RAW_COPPER_BLOCKstatic final BlockBlocks.RAW_GOLD_BLOCKstatic final BlockBlocks.RAW_IRON_BLOCKstatic final BlockBlocks.RED_BANNERstatic final BlockBlocks.RED_BEDstatic final BlockBlocks.RED_CANDLEstatic final BlockBlocks.RED_CANDLE_CAKEstatic final BlockBlocks.RED_CARPETstatic final BlockBlocks.RED_CONCRETEstatic final BlockBlocks.RED_CONCRETE_POWDERstatic final BlockBlocks.RED_GLAZED_TERRACOTTAstatic final BlockBlocks.RED_MUSHROOMstatic final BlockBlocks.RED_MUSHROOM_BLOCKstatic final BlockBlocks.RED_NETHER_BRICK_SLABstatic final BlockBlocks.RED_NETHER_BRICK_STAIRSstatic final BlockBlocks.RED_NETHER_BRICK_WALLstatic final BlockBlocks.RED_NETHER_BRICKSstatic final BlockBlocks.RED_SANDstatic final BlockBlocks.RED_SANDSTONEstatic final BlockBlocks.RED_SANDSTONE_SLABstatic final BlockBlocks.RED_SANDSTONE_STAIRSstatic final BlockBlocks.RED_SANDSTONE_WALLstatic final BlockBlocks.RED_SHULKER_BOXstatic final BlockBlocks.RED_STAINED_GLASSstatic final BlockBlocks.RED_STAINED_GLASS_PANEstatic final BlockBlocks.RED_TERRACOTTAstatic final BlockBlocks.RED_TULIPstatic final BlockBlocks.RED_WALL_BANNERstatic final BlockBlocks.RED_WOOLstatic final BlockBlocks.REDSTONE_BLOCKstatic final BlockBlocks.REDSTONE_LAMPstatic final BlockBlocks.REDSTONE_OREstatic final BlockBlocks.REDSTONE_TORCHstatic final BlockBlocks.REDSTONE_WALL_TORCHstatic final BlockBlocks.REDSTONE_WIREstatic final BlockBlocks.REINFORCED_DEEPSLATEstatic final BlockBlocks.REPEATERstatic final BlockBlocks.REPEATING_COMMAND_BLOCKprivate final BlockNetherFungusBlock.requiredBlockstatic final BlockBlocks.RESIN_BLOCKstatic final BlockBlocks.RESIN_BRICK_SLABstatic final BlockBlocks.RESIN_BRICK_STAIRSstatic final BlockBlocks.RESIN_BRICK_WALLstatic final BlockBlocks.RESIN_BRICKSstatic final BlockBlocks.RESIN_CLUMPstatic final BlockBlocks.RESPAWN_ANCHORstatic final BlockBlocks.ROOTED_DIRTstatic final BlockBlocks.ROSE_BUSHstatic final BlockBlocks.SANDstatic final BlockBlocks.SANDSTONEstatic final BlockBlocks.SANDSTONE_SLABstatic final BlockBlocks.SANDSTONE_STAIRSstatic final BlockBlocks.SANDSTONE_WALLstatic final BlockBlocks.SCAFFOLDINGstatic final BlockBlocks.SCULKstatic final BlockBlocks.SCULK_CATALYSTstatic final BlockBlocks.SCULK_SENSORstatic final BlockBlocks.SCULK_SHRIEKERstatic final BlockBlocks.SCULK_VEINstatic final BlockBlocks.SEA_LANTERNstatic final BlockBlocks.SEA_PICKLEstatic final BlockBlocks.SEAGRASSstatic final BlockBlocks.SHORT_DRY_GRASSstatic final BlockBlocks.SHORT_GRASSstatic final BlockBlocks.SHROOMLIGHTstatic final BlockBlocks.SHULKER_BOXstatic final BlockBlocks.SKELETON_SKULLstatic final BlockBlocks.SKELETON_WALL_SKULLstatic final BlockBlocks.SLIME_BLOCKstatic final BlockBlocks.SMALL_AMETHYST_BUDstatic final BlockBlocks.SMALL_DRIPLEAFstatic final BlockBlocks.SMITHING_TABLEstatic final BlockBlocks.SMOKERstatic final BlockBlocks.SMOOTH_BASALTstatic final BlockBlocks.SMOOTH_QUARTZstatic final BlockBlocks.SMOOTH_QUARTZ_SLABstatic final BlockBlocks.SMOOTH_QUARTZ_STAIRSstatic final BlockBlocks.SMOOTH_RED_SANDSTONEstatic final BlockBlocks.SMOOTH_RED_SANDSTONE_SLABstatic final BlockBlocks.SMOOTH_RED_SANDSTONE_STAIRSstatic final BlockBlocks.SMOOTH_SANDSTONEstatic final BlockBlocks.SMOOTH_SANDSTONE_SLABstatic final BlockBlocks.SMOOTH_SANDSTONE_STAIRSstatic final BlockBlocks.SMOOTH_STONEstatic final BlockBlocks.SMOOTH_STONE_SLABstatic final BlockBlocks.SNIFFER_EGGstatic final BlockBlocks.SNOWstatic final BlockBlocks.SNOW_BLOCKstatic final BlockBlocks.SOUL_CAMPFIREstatic final BlockBlocks.SOUL_FIREstatic final BlockBlocks.SOUL_LANTERNstatic final BlockBlocks.SOUL_SANDstatic final BlockBlocks.SOUL_SOILstatic final BlockBlocks.SOUL_TORCHstatic final BlockBlocks.SOUL_WALL_TORCHstatic final BlockBlocks.SPAWNERstatic final BlockBlocks.SPONGEstatic final BlockBlocks.SPORE_BLOSSOMstatic final BlockBlocks.SPRUCE_BUTTONstatic final BlockBlocks.SPRUCE_DOORstatic final BlockBlocks.SPRUCE_FENCEstatic final BlockBlocks.SPRUCE_FENCE_GATEstatic final BlockBlocks.SPRUCE_HANGING_SIGNstatic final BlockBlocks.SPRUCE_LEAVESstatic final BlockBlocks.SPRUCE_LOGstatic final BlockBlocks.SPRUCE_PLANKSstatic final BlockBlocks.SPRUCE_PRESSURE_PLATEstatic final BlockBlocks.SPRUCE_SAPLINGstatic final BlockBlocks.SPRUCE_SHELFstatic final BlockBlocks.SPRUCE_SIGNstatic final BlockBlocks.SPRUCE_SLABstatic final BlockBlocks.SPRUCE_STAIRSstatic final BlockBlocks.SPRUCE_TRAPDOORstatic final BlockBlocks.SPRUCE_WALL_HANGING_SIGNstatic final BlockBlocks.SPRUCE_WALL_SIGNstatic final BlockBlocks.SPRUCE_WOODstatic final BlockBlocks.STICKY_PISTONstatic final BlockBlocks.STONEstatic final BlockBlocks.STONE_BRICK_SLABstatic final BlockBlocks.STONE_BRICK_STAIRSstatic final BlockBlocks.STONE_BRICK_WALLstatic final BlockBlocks.STONE_BRICKSstatic final BlockBlocks.STONE_BUTTONstatic final BlockBlocks.STONE_PRESSURE_PLATEstatic final BlockBlocks.STONE_SLABstatic final BlockBlocks.STONE_STAIRSstatic final BlockBlocks.STONECUTTERstatic final BlockBlocks.STRIPPED_ACACIA_LOGstatic final BlockBlocks.STRIPPED_ACACIA_WOODstatic final BlockBlocks.STRIPPED_BAMBOO_BLOCKstatic final BlockBlocks.STRIPPED_BIRCH_LOGstatic final BlockBlocks.STRIPPED_BIRCH_WOODstatic final BlockBlocks.STRIPPED_CHERRY_LOGstatic final BlockBlocks.STRIPPED_CHERRY_WOODstatic final BlockBlocks.STRIPPED_CRIMSON_HYPHAEstatic final BlockBlocks.STRIPPED_CRIMSON_STEMstatic final BlockBlocks.STRIPPED_DARK_OAK_LOGstatic final BlockBlocks.STRIPPED_DARK_OAK_WOODstatic final BlockBlocks.STRIPPED_JUNGLE_LOGstatic final BlockBlocks.STRIPPED_JUNGLE_WOODstatic final BlockBlocks.STRIPPED_MANGROVE_LOGstatic final BlockBlocks.STRIPPED_MANGROVE_WOODstatic final BlockBlocks.STRIPPED_OAK_LOGstatic final BlockBlocks.STRIPPED_OAK_WOODstatic final BlockBlocks.STRIPPED_PALE_OAK_LOGstatic final BlockBlocks.STRIPPED_PALE_OAK_WOODstatic final BlockBlocks.STRIPPED_SPRUCE_LOGstatic final BlockBlocks.STRIPPED_SPRUCE_WOODstatic final BlockBlocks.STRIPPED_WARPED_HYPHAEstatic final BlockBlocks.STRIPPED_WARPED_STEMstatic final BlockBlocks.STRUCTURE_BLOCKstatic final BlockBlocks.STRUCTURE_VOIDstatic final BlockBlocks.SUGAR_CANEstatic final BlockBlocks.SUNFLOWERstatic final BlockBlocks.SUSPICIOUS_GRAVELstatic final BlockBlocks.SUSPICIOUS_SANDstatic final BlockBlocks.SWEET_BERRY_BUSHstatic final BlockBlocks.TALL_DRY_GRASSstatic final BlockBlocks.TALL_GRASSstatic final BlockBlocks.TALL_SEAGRASSstatic final BlockBlocks.TARGETstatic final BlockBlocks.TERRACOTTAstatic final BlockBlocks.TEST_BLOCKstatic final BlockBlocks.TEST_INSTANCE_BLOCKstatic final BlockBlocks.TINTED_GLASSstatic final BlockBlocks.TNTstatic final BlockBlocks.TORCHstatic final BlockBlocks.TORCHFLOWERstatic final BlockBlocks.TORCHFLOWER_CROPstatic final BlockBlocks.TRAPPED_CHESTstatic final BlockBlocks.TRIAL_SPAWNERstatic final BlockBlocks.TRIPWIREstatic final BlockBlocks.TRIPWIRE_HOOKstatic final BlockBlocks.TUBE_CORALstatic final BlockBlocks.TUBE_CORAL_BLOCKstatic final BlockBlocks.TUBE_CORAL_FANstatic final BlockBlocks.TUBE_CORAL_WALL_FANstatic final BlockBlocks.TUFFstatic final BlockBlocks.TUFF_BRICK_SLABstatic final BlockBlocks.TUFF_BRICK_STAIRSstatic final BlockBlocks.TUFF_BRICK_WALLstatic final BlockBlocks.TUFF_BRICKSstatic final BlockBlocks.TUFF_SLABstatic final BlockBlocks.TUFF_STAIRSstatic final BlockBlocks.TUFF_WALLprivate final BlockBrushableBlock.turnsIntostatic final BlockBlocks.TURTLE_EGGstatic final BlockBlocks.TWISTING_VINESstatic final BlockBlocks.TWISTING_VINES_PLANTprivate final BlockWeatheringCopperBlocks.unaffectedThe field for theunaffectedrecord component.static final BlockBlocks.VAULTstatic final BlockBlocks.VERDANT_FROGLIGHTstatic final BlockBlocks.VINEstatic final BlockBlocks.VOID_AIRstatic final BlockBlocks.WALL_TORCHstatic final BlockBlocks.WARPED_BUTTONstatic final BlockBlocks.WARPED_DOORstatic final BlockBlocks.WARPED_FENCEstatic final BlockBlocks.WARPED_FENCE_GATEstatic final BlockBlocks.WARPED_FUNGUSstatic final BlockBlocks.WARPED_HANGING_SIGNstatic final BlockBlocks.WARPED_HYPHAEstatic final BlockBlocks.WARPED_NYLIUMstatic final BlockBlocks.WARPED_PLANKSstatic final BlockBlocks.WARPED_PRESSURE_PLATEstatic final BlockBlocks.WARPED_ROOTSstatic final BlockBlocks.WARPED_SHELFstatic final BlockBlocks.WARPED_SIGNstatic final BlockBlocks.WARPED_SLABstatic final BlockBlocks.WARPED_STAIRSstatic final BlockBlocks.WARPED_STEMstatic final BlockBlocks.WARPED_TRAPDOORstatic final BlockBlocks.WARPED_WALL_HANGING_SIGNstatic final BlockBlocks.WARPED_WALL_SIGNstatic final BlockBlocks.WARPED_WART_BLOCKstatic final BlockBlocks.WATERstatic final BlockBlocks.WATER_CAULDRONprivate final BlockWeatheringCopperBlocks.waxedThe field for thewaxedrecord component.static final BlockBlocks.WAXED_CHISELED_COPPERstatic final BlockBlocks.WAXED_COPPER_BLOCKstatic final BlockBlocks.WAXED_COPPER_BULBstatic final BlockBlocks.WAXED_COPPER_CHESTstatic final BlockBlocks.WAXED_COPPER_DOORstatic final BlockBlocks.WAXED_COPPER_GOLEM_STATUEstatic final BlockBlocks.WAXED_COPPER_GRATEstatic final BlockBlocks.WAXED_COPPER_TRAPDOORstatic final BlockBlocks.WAXED_CUT_COPPERstatic final BlockBlocks.WAXED_CUT_COPPER_SLABstatic final BlockBlocks.WAXED_CUT_COPPER_STAIRSstatic final Blockstatic final BlockBlocks.WAXED_EXPOSED_COPPERstatic final BlockBlocks.WAXED_EXPOSED_COPPER_BULBstatic final BlockBlocks.WAXED_EXPOSED_COPPER_CHESTstatic final BlockBlocks.WAXED_EXPOSED_COPPER_DOORstatic final Blockstatic final BlockBlocks.WAXED_EXPOSED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_EXPOSED_CUT_COPPERstatic final Blockstatic final Blockstatic final BlockBlocks.WAXED_EXPOSED_LIGHTNING_RODstatic final BlockBlocks.WAXED_LIGHTNING_RODstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_COPPERstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_BULBstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_CHESTstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_DOORstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_CUT_COPPERstatic final Blockstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_LIGHTNING_RODstatic final Blockstatic final BlockBlocks.WAXED_WEATHERED_COPPERstatic final BlockBlocks.WAXED_WEATHERED_COPPER_BULBstatic final BlockBlocks.WAXED_WEATHERED_COPPER_CHESTstatic final BlockBlocks.WAXED_WEATHERED_COPPER_DOORstatic final Blockstatic final BlockBlocks.WAXED_WEATHERED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_WEATHERED_CUT_COPPERstatic final Blockstatic final Blockstatic final Blockprivate final BlockWeatheringCopperBlocks.waxedExposedThe field for thewaxedExposedrecord component.private final BlockWeatheringCopperBlocks.waxedOxidizedThe field for thewaxedOxidizedrecord component.private final BlockWeatheringCopperBlocks.waxedWeatheredThe field for thewaxedWeatheredrecord component.private final BlockWeatheringCopperBlocks.weatheredThe field for theweatheredrecord component.static final BlockBlocks.WEATHERED_CHISELED_COPPERstatic final BlockBlocks.WEATHERED_COPPERstatic final BlockBlocks.WEATHERED_COPPER_BULBstatic final BlockBlocks.WEATHERED_COPPER_CHESTstatic final BlockBlocks.WEATHERED_COPPER_DOORstatic final Blockstatic final BlockBlocks.WEATHERED_COPPER_GRATEstatic final BlockBlocks.WEATHERED_COPPER_TRAPDOORstatic final BlockBlocks.WEATHERED_CUT_COPPERstatic final BlockBlocks.WEATHERED_CUT_COPPER_SLABstatic final BlockBlocks.WEATHERED_CUT_COPPER_STAIRSstatic final BlockBlocks.WEATHERED_LIGHTNING_RODstatic final BlockBlocks.WEEPING_VINESstatic final BlockBlocks.WEEPING_VINES_PLANTstatic final BlockBlocks.WET_SPONGEstatic final BlockBlocks.WHEATstatic final BlockBlocks.WHITE_BANNERstatic final BlockBlocks.WHITE_BEDstatic final BlockBlocks.WHITE_CANDLEstatic final BlockBlocks.WHITE_CANDLE_CAKEstatic final BlockBlocks.WHITE_CARPETstatic final BlockBlocks.WHITE_CONCRETEstatic final BlockBlocks.WHITE_CONCRETE_POWDERstatic final BlockBlocks.WHITE_GLAZED_TERRACOTTAstatic final BlockBlocks.WHITE_SHULKER_BOXstatic final BlockBlocks.WHITE_STAINED_GLASSstatic final BlockBlocks.WHITE_STAINED_GLASS_PANEstatic final BlockBlocks.WHITE_TERRACOTTAstatic final BlockBlocks.WHITE_TULIPstatic final BlockBlocks.WHITE_WALL_BANNERstatic final BlockBlocks.WHITE_WOOLstatic final BlockBlocks.WILDFLOWERSstatic final BlockBlocks.WITHER_ROSEstatic final BlockBlocks.WITHER_SKELETON_SKULLstatic final BlockBlocks.WITHER_SKELETON_WALL_SKULLstatic final BlockBlocks.YELLOW_BANNERstatic final BlockBlocks.YELLOW_BEDstatic final BlockBlocks.YELLOW_CANDLEstatic final BlockBlocks.YELLOW_CANDLE_CAKEstatic final BlockBlocks.YELLOW_CARPETstatic final BlockBlocks.YELLOW_CONCRETEstatic final BlockBlocks.YELLOW_CONCRETE_POWDERstatic final BlockBlocks.YELLOW_GLAZED_TERRACOTTAstatic final BlockBlocks.YELLOW_SHULKER_BOXstatic final BlockBlocks.YELLOW_STAINED_GLASSstatic final BlockBlocks.YELLOW_STAINED_GLASS_PANEstatic final BlockBlocks.YELLOW_TERRACOTTAstatic final BlockBlocks.YELLOW_WALL_BANNERstatic final BlockBlocks.YELLOW_WOOLstatic final BlockBlocks.ZOMBIE_HEADstatic final BlockBlocks.ZOMBIE_WALL_HEADFields in net.minecraft.world.level.block with type parameters of type BlockModifier and TypeFieldDescriptionprivate final ResourceKey<Block> StemBlock.attachedStemprivate final ResourceKey<Block> SpreadingSnowyBlock.baseBlockInfestedBlock.BLOCK_BY_HOST_BLOCKInfestedBlock.BLOCK_BY_HOST_BLOCKprivate final Holder.Reference<Block> Block.builtInRegistryHolderprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<Block> FireBlock.burnOddsBlock.CODECBlockTypes.CODECCopperChestBlock.COPPER_TO_COPPER_CHEST_MAPPINGCopperChestBlock.COPPER_TO_COPPER_CHEST_MAPPINGCoralBlock.DEAD_CORAL_FIELDFlowerPotBlock.flowerDelegateprivate final ResourceKey<Block> AttachedStemBlock.fruitprivate final ResourceKey<Block> StemBlock.fruitStemBlock.fruitSupportBlocksprivate final Map<Identifier, Supplier<? extends Block>> FlowerPotBlock.fullPotsprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<Block> FireBlock.igniteOddsWeatheringCopper.NEXT_BY_BLOCKDeprecated.Neo: Usethe data map, this field will be ignored in a future versionWeatheringCopper.NEXT_BY_BLOCKDeprecated.Neo: Usethe data map, this field will be ignored in a future versionFlowerPotBlock.POTTED_BY_CONTENTFlowerPotBlock.POTTED_BY_CONTENTWeatheringCopper.PREVIOUS_BY_BLOCKDeprecated.Neo: Use theinverse mapgenerated from the data map, this field will be ignored in a future versionWeatheringCopper.PREVIOUS_BY_BLOCKDeprecated.Neo: Use theinverse mapgenerated from the data map, this field will be ignored in a future versionSculkSpreader.replaceableBlocksprotected final StateDefinition<Block, BlockState> Block.stateDefinitionprivate final ResourceKey<Block> AttachedStemBlock.stemStemBlock.stemSupportBlocksAttachedStemBlock.supportBlocksNetherFungusBlock.supportBlocksNetherRootsBlock.supportBlocksMethods in net.minecraft.world.level.block with type parameters of type BlockModifier and TypeMethodDescriptionstatic <WaxedBlock extends Block, WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier) static <WaxedBlock extends Block, WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier) Methods in net.minecraft.world.level.block that return BlockModifier and TypeMethodDescriptionprotected BlockBlock.asBlock()EyeblossomBlock.Type.block()static BlockWeatheringCopperBlocks.exposed()Returns the value of theexposedrecord component.protected BlockCaveVinesBlock.getBodyBlock()protected abstract BlockGrowingPlantBlock.getBodyBlock()protected BlockGrowingPlantBodyBlock.getBodyBlock()protected BlockKelpBlock.getBodyBlock()protected BlockTwistingVinesBlock.getBodyBlock()protected BlockWeepingVinesBlock.getBodyBlock()static BlockInfestedBlock.getHostBlock()FlowerPotBlock.getPotted()BrushableBlock.getTurnsInto()WeatheringCopperBlocks.oxidized()Returns the value of theoxidizedrecord component.private static BlockBlocks.register(String id, Function<BlockBehaviour.Properties, Block> factory, BlockBehaviour.Properties properties) private static BlockBlocks.register(String id, BlockBehaviour.Properties properties) private static BlockBlocks.register(ResourceKey<Block> id, Function<BlockBehaviour.Properties, Block> factory, BlockBehaviour.Properties properties) private static BlockBlocks.register(ResourceKey<Block> id, BlockBehaviour.Properties properties) private static BlockBlocks.registerBed(String id, DyeColor color) private static BlockBlocks.registerLegacyStair(String id, Block base) Deprecated.private static BlockBlocks.registerStainedGlass(String id, DyeColor color) private static BlockBlocks.registerStair(String id, Block base) WeatheringCopperBlocks.unaffected()Returns the value of theunaffectedrecord component.WeatheringCopperBlocks.waxed()Returns the value of thewaxedrecord component.WeatheringCopperBlocks.waxedExposed()Returns the value of thewaxedExposedrecord component.WeatheringCopperBlocks.waxedOxidized()Returns the value of thewaxedOxidizedrecord component.WeatheringCopperBlocks.waxedWeathered()Returns the value of thewaxedWeatheredrecord component.WeatheringCopperBlocks.weathered()Returns the value of theweatheredrecord component.Methods in net.minecraft.world.level.block that return types with arguments of type BlockModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Block> WeatheringCopperBlocks.asList()Block.builtInRegistryHolder()Deprecated.Block.codec()Map<Identifier, Supplier<? extends Block>> FlowerPotBlock.getFullPotsView()Returns all the filled pots that can be spawned from filling this pot.WeatheringCopper.getPrevious(Block block) Block.getStateDefinition()SculkSpreader.replaceableBlocks()private static ResourceKey<Block> Blocks.vanillaBlockId(String name) WeatheringCopperBlocks.waxedMapping()WeatheringCopperBlocks.waxedMapping()WeatheringCopperBlocks.weatheringMapping()WeatheringCopperBlocks.weatheringMapping()Methods in net.minecraft.world.level.block with parameters of type BlockModifier and TypeMethodDescriptionprivate static booleanBubbleColumnBlock.canOccupy(Block bubbleColumn, BlockState occupyState) private static BlockStateBubbleColumnBlock.getColumnState(Block bubbleColumn, BlockState belowState, BlockState occupyState) static Blockstatic BlockStateCopperChestBlock.getFromCopperBlock(Block copperBlock, Direction facing, Level level, BlockPos pos) GrowingPlantBodyBlock.getHeadPos(BlockGetter level, BlockPos pos, Block bodyBlock) WeatheringCopper.getPrevious(Block block) default BlockStateSegmentableBlock.getStateForPlacement(BlockPlaceContext context, Block block, IntegerProperty segment, EnumProperty<Direction> facing) static WoodTypeSignBlock.getWoodType(Block block) protected voidAbstractSkullBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidBaseRailBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidBellBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidBigDripleafBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidCommandBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidCopperBulbBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidCrafterBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidDiodeBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidDispenserBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidDoorBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidFenceGateBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidFrostedIceBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidHopperBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidLiquidBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidNoteBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidRedstoneLampBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidRedstoneTorchBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidRedStoneWireBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidShelfBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidSpongeBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidStructureBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidTestBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidTntBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidTrapDoorBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) private static voidTripWireHookBlock.notifyNeighbors(Block block, Level level, BlockPos pos, Direction direction) private static BlockBlocks.registerLegacyStair(String id, Block base) Deprecated.private static BlockBlocks.registerStair(String id, Block base) private voidFireBlock.setFlammable(Block block, int igniteOdds, int burnOdds) static voidBubbleColumnBlock.updateColumn(Block bubbleColumn, LevelAccessor level, BlockPos occupyAt, BlockState belowState) static voidBubbleColumnBlock.updateColumn(Block bubbleColumn, LevelAccessor level, BlockPos occupyAt, BlockState occupyState, BlockState belowState) protected voidBaseRailBlock.updateState(BlockState state, Level level, BlockPos pos, Block block) protected voidPoweredRailBlock.updateState(BlockState state, Level level, BlockPos pos, Block block) protected voidRailBlock.updateState(BlockState state, Level level, BlockPos pos, Block block) private static BlockBehaviour.PropertiesBlocks.wallVariant(Block standingBlock, boolean copyName) Method parameters in net.minecraft.world.level.block with type arguments of type BlockModifier and TypeMethodDescriptionvoidFlowerPotBlock.addPlant(Identifier flower, Supplier<? extends Block> fullPot) Maps the given flower to the filled pot it is for.static <WaxedBlock extends Block, WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier) static <WaxedBlock extends Block, WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier) protected voidAbstractFurnaceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidAbstractSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidAmethystClusterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidAnvilBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidAttachedStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBambooStalkBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBannerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBarrelBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBarrierBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBaseCoralPlantTypeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBaseCoralWallFanBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBedBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBeehiveBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBeetrootBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBellBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBigDripleafBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBigDripleafStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBrewingStandBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBrushableBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidBubbleColumnBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidButtonBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCactusBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCakeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCalibratedSculkSensorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCampfireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCandleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCandleCakeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCarvedPumpkinBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCaveVinesBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCaveVinesPlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCeilingHangingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidChainBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidChestBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidChiseledBookShelfBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidChorusFlowerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidChorusPlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCocoaBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCommandBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidComparatorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidComposterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidConduitBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCopperBulbBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCopperGolemStatueBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCrafterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCreakingHeartBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDaylightDetectorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDecoratedPotBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDetectorRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDispenserBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDoorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDoublePlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidDriedGhastBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidEnderChestBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidEndPortalFrameBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidEndRodBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFarmlandBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFenceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFenceGateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFlowerBedBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidFrostedIceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidGlazedTerracottaBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidGrindstoneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidGrowingPlantHeadBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidHangingMossBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidHangingRootsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidHeavyCoreBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidHopperBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidHugeMushroomBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidInfestedRotatedPillarBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidIronBarsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidJigsawBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidJukeboxBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLadderBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLanternBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLayeredCauldronBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLeafLitterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLeavesBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLecternBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLeverBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLightBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLightningRodBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLiquidBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidLoomBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidMangrovePropaguleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidMangroveRootsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidMossyCarpetBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidMultifaceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidNetherPortalBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidNetherWartBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidNoteBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidObserverBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPitcherCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPointedDripstoneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPoweredRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPressurePlateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRedstoneLampBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRedStoneOreBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRedstoneTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRedstoneWallTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRedStoneWireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRepeaterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRespawnAnchorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidRotatedPillarBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSaplingBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidScaffoldingBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSculkCatalystBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSculkSensorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSculkShriekerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSeaPickleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidShelfBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidShulkerBoxBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSlabBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSmallDripleafBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSnifferEggBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSnowLayerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSnowyBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidStairBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidStandingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidStonecutterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidStructureBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSugarCaneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidSweetBerryBushBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTargetBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTestBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTntBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTorchflowerCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTrapDoorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTrialSpawnerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTripWireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTripWireHookBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidTurtleEggBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidVaultBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidVineBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallBannerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallHangingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWallTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWaterloggedTransparentBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidWeightedPressurePlateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) voidprivate static BlockStateMultifaceBlock.getDefaultMultifaceState(StateDefinition<Block, BlockState> stateDefinition) private static BlockBlocks.register(String id, Function<BlockBehaviour.Properties, Block> factory, BlockBehaviour.Properties properties) private static BlockBlocks.register(ResourceKey<Block> id, Function<BlockBehaviour.Properties, Block> factory, BlockBehaviour.Properties properties) private static BlockBlocks.register(ResourceKey<Block> id, Function<BlockBehaviour.Properties, Block> factory, BlockBehaviour.Properties properties) private static BlockBlocks.register(ResourceKey<Block> id, BlockBehaviour.Properties properties) Constructors in net.minecraft.world.level.block with parameters of type BlockModifierConstructorDescriptionBrushableBlock(Block turnsInto, SoundEvent brushSound, SoundEvent brushCompletedSound, BlockBehaviour.Properties properties) CandleCakeBlock(Block block, BlockBehaviour.Properties properties) ChorusFlowerBlock(Block plant, BlockBehaviour.Properties properties) ConcretePowderBlock(Block concrete, BlockBehaviour.Properties properties) CoralBlock(Block deadBlock, BlockBehaviour.Properties properties) CoralFanBlock(Block deadBlock, BlockBehaviour.Properties properties) CoralPlantBlock(Block deadBlock, BlockBehaviour.Properties properties) CoralWallFanBlock(Block deadBlock, BlockBehaviour.Properties properties) FlowerPotBlock(Block potted, BlockBehaviour.Properties properties) Deprecated.InfestedBlock(Block hostBlock, BlockBehaviour.Properties properties) InfestedRotatedPillarBlock(Block hostBlock, BlockBehaviour.Properties properties) NetherFungusBlock(ResourceKey<ConfiguredFeature<?, ?>> feature, Block requiredBlock, TagKey<Block> supportBlocks, BlockBehaviour.Properties properties) TripWireBlock(Block hook, BlockBehaviour.Properties properties) WeatheringCopperBlocks(Block unaffected, Block exposed, Block weathered, Block oxidized, Block waxed, Block waxedExposed, Block waxedWeathered, Block waxedOxidized) Creates an instance of aWeatheringCopperBlocksrecord class.Constructor parameters in net.minecraft.world.level.block with type arguments of type BlockModifierConstructorDescriptionAttachedStemBlock(ResourceKey<Block> stem, ResourceKey<Block> fruit, ResourceKey<Item> seed, TagKey<Block> supportBlocks, BlockBehaviour.Properties properties) AttachedStemBlock(ResourceKey<Block> stem, ResourceKey<Block> fruit, ResourceKey<Item> seed, TagKey<Block> supportBlocks, BlockBehaviour.Properties properties) NetherFungusBlock(ResourceKey<ConfiguredFeature<?, ?>> feature, Block requiredBlock, TagKey<Block> supportBlocks, BlockBehaviour.Properties properties) NetherRootsBlock(TagKey<Block> supportBlocks, BlockBehaviour.Properties properties) SculkSpreader(boolean isWorldGeneration, TagKey<Block> replaceableBlocks, int growthSpawnCost, int noGrowthRadius, int chargeDecayRate, int additionalDecayRate) SpreadingSnowyBlock(BlockBehaviour.Properties properties, ResourceKey<Block> baseBlock) StemBlock(ResourceKey<Block> fruit, ResourceKey<Block> attachedStem, ResourceKey<Item> seed, TagKey<Block> stemSupportBlocks, TagKey<Block> fruitSupportBlocks, BlockBehaviour.Properties properties) StemBlock(ResourceKey<Block> fruit, ResourceKey<Block> attachedStem, ResourceKey<Item> seed, TagKey<Block> stemSupportBlocks, TagKey<Block> fruitSupportBlocks, BlockBehaviour.Properties properties) -
Uses of Block in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as BlockFields in net.minecraft.world.level.block.entity with type parameters of type BlockMethods in net.minecraft.world.level.block.entity that return BlockMethods in net.minecraft.world.level.block.entity that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockEntityType.getValidBlocks()Neo: Add getter for an immutable view of the set of valid blocks.Methods in net.minecraft.world.level.block.entity with parameters of type BlockModifier and TypeMethodDescriptionprivate static <T extends BlockEntity>
BlockEntityType<T> BlockEntityType.register(String name, BlockEntityType.BlockEntitySupplier<? extends T> factory, Block... validBlocks) Method parameters in net.minecraft.world.level.block.entity with type arguments of type BlockModifier and TypeMethodDescriptionstatic booleanStructureBlockEntity.saveStructure(ServerLevel level, Identifier structureName, BlockPos pos, Vec3i structureSize, boolean ignoreEntities, String author, boolean saveToDisk, List<Block> ignoreBlocks) Constructors in net.minecraft.world.level.block.entity with parameters of type BlockModifierConstructorDescriptionBlockEntityType(BlockEntityType.BlockEntitySupplier<? extends T> factory, boolean onlyOpCanSetNbt, Block... validBlocks) BlockEntityType(BlockEntityType.BlockEntitySupplier<? extends T> factory, Block... validBlocks) Constructor parameters in net.minecraft.world.level.block.entity with type arguments of type BlockModifierConstructorDescriptionBlockEntityType(BlockEntityType.BlockEntitySupplier<? extends T> factory, Set<Block> validBlocks) BlockEntityType(BlockEntityType.BlockEntitySupplier<? extends T> factory, Set<Block> validBlocks, boolean onlyOpCanSetNbt) -
Uses of Block in net.minecraft.world.level.block.piston
Subclasses of Block in net.minecraft.world.level.block.pistonModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.world.level.block.piston with parameters of type BlockModifier and TypeMethodDescriptionprotected voidPistonBaseBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidPistonHeadBlock.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) Method parameters in net.minecraft.world.level.block.piston with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidMovingPistonBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPistonBaseBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) protected voidPistonHeadBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) -
Uses of Block in net.minecraft.world.level.block.state
Subclasses with type arguments of type Block in net.minecraft.world.level.block.stateClasses in net.minecraft.world.level.block.state that implement interfaces with type arguments of type BlockFields in net.minecraft.world.level.block.state with type parameters of type BlockModifier and TypeFieldDescriptionprivate DependantName<Block, String> BlockBehaviour.Properties.descriptionIdprivate DependantName<Block, Optional<ResourceKey<LootTable>>> BlockBehaviour.Properties.dropsprivate @Nullable ResourceKey<Block> BlockBehaviour.Properties.idMethods in net.minecraft.world.level.block.state with type parameters of type BlockModifier and TypeMethodDescriptionstatic <B extends Block>
RecordCodecBuilder<B, BlockBehaviour.Properties> BlockBehaviour.propertiesCodec()BlockBehaviour.simpleCodec(Function<BlockBehaviour.Properties, B> constructor) Methods in net.minecraft.world.level.block.state that return BlockModifier and TypeMethodDescriptionprotected abstract BlockBlockBehaviour.asBlock()BlockBehaviour.BlockStateBase.getBlock()Methods in net.minecraft.world.level.block.state that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockBehaviour.codec()BlockBehaviour.BlockStateBase.typeHolder()Methods in net.minecraft.world.level.block.state with parameters of type BlockModifier and TypeMethodDescriptionvoidBlockBehaviour.BlockStateBase.handleNeighborChanged(Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) protected voidBlockBehaviour.neighborChanged(BlockState state, Level level, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) Method parameters in net.minecraft.world.level.block.state with type arguments of type BlockModifier and TypeMethodDescriptionbooleanBlockBehaviour.BlockStateBase.is(TagKey<Block> tag, Predicate<BlockBehaviour.BlockStateBase> predicate) BlockBehaviour.Properties.setId(ResourceKey<Block> id) Constructors in net.minecraft.world.level.block.state with parameters of type BlockModifierConstructorDescriptionBlockState(Block owner, Property<?>[] propertyKeys, Comparable<?>[] propertyValues) protectedBlockStateBase(Block owner, Property<?>[] propertyKeys, Comparable<?>[] propertyValues) -
Uses of Block in net.minecraft.world.level.block.state.predicate
Fields in net.minecraft.world.level.block.state.predicate declared as BlockFields in net.minecraft.world.level.block.state.predicate with type parameters of type BlockModifier and TypeFieldDescriptionprivate final StateDefinition<Block, BlockState> BlockStatePredicate.definitionMethods in net.minecraft.world.level.block.state.predicate with parameters of type BlockConstructors in net.minecraft.world.level.block.state.predicate with parameters of type BlockConstructor parameters in net.minecraft.world.level.block.state.predicate with type arguments of type BlockModifierConstructorDescriptionprivateBlockStatePredicate(StateDefinition<Block, BlockState> definition) -
Uses of Block in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type BlockModifier and TypeFieldDescriptionUpgradeData.BLOCK_TICKS_CODECChunkAccess.PackedTicks.blocksThe field for theblocksrecord component.private final LevelChunkTicks<Block> LevelChunk.blockTicksprivate final ProtoChunkTicks<Block> ProtoChunk.blockTicksprivate static final Map<Block, UpgradeData.BlockFixer> UpgradeData.MAPUpgradeData.neighborBlockTicksMethods in net.minecraft.world.level.chunk that return types with arguments of type BlockModifier and TypeMethodDescriptionChunkAccess.PackedTicks.blocks()Returns the value of theblocksrecord component.abstract TickContainerAccess<Block> ChunkAccess.getBlockTicks()ImposterProtoChunk.getBlockTicks()LevelChunk.getBlockTicks()ProtoChunk.getBlockTicks()ProtoChunk.unpackBlockTicks()Constructors in net.minecraft.world.level.chunk with parameters of type BlockModifierConstructorDescriptionprivateBlockFixers(boolean chunky, Block... blocks) privateBlockFixers(Block... blocks) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type BlockModifierConstructorDescriptionLevelChunk(Level level, ChunkPos pos, UpgradeData upgradeData, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection @Nullable [] sections, @Nullable LevelChunk.PostLoadProcessor postLoad, @Nullable BlendingData blendingData) Creates an instance of aPackedTicksrecord class.ProtoChunk(ChunkPos chunkPos, UpgradeData upgradeData, LevelChunkSection @Nullable [] sections, ProtoChunkTicks<Block> blockTicks, ProtoChunkTicks<Fluid> fluidTicks, LevelHeightAccessor levelHeightAccessor, PalettedContainerFactory containerFactory, @Nullable BlendingData blendingData) -
Uses of Block in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type Block -
Uses of Block in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension with type parameters of type BlockModifier and TypeFieldDescriptionDimensionType.infiniburnThe field for theinfiniburnrecord component.Methods in net.minecraft.world.level.dimension that return types with arguments of type BlockModifier and TypeMethodDescriptionDimensionType.infiniburn()Returns the value of theinfiniburnrecord component.Constructor parameters in net.minecraft.world.level.dimension with type arguments of type BlockModifierConstructorDescriptionDimensionType(boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, float ambientLight, DimensionType.MonsterSettings monsterSettings, DimensionType.Skybox skybox, CardinalLighting.Type cardinalLightType, EnvironmentAttributeMap attributes, HolderSet<Timeline> timelines, Optional<Holder<WorldClock>> defaultClock) Creates an instance of aDimensionTyperecord class. -
Uses of Block in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type BlockModifier and TypeFieldDescriptionGeodeBlockSettings.cannotReplaceGeodeBlockSettings.invalidBlocksConstructor parameters in net.minecraft.world.level.levelgen with type arguments of type BlockModifierConstructorDescriptionGeodeBlockSettings(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerPlacements, TagKey<Block> cannotReplace, TagKey<Block> invalidBlocks) -
Uses of Block in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending with type parameters of type Block -
Uses of Block in net.minecraft.world.level.levelgen.blockpredicates
Fields in net.minecraft.world.level.levelgen.blockpredicates with type parameters of type BlockMethods in net.minecraft.world.level.levelgen.blockpredicates with parameters of type BlockModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.matchesBlocks(Vec3i offset, Block... blocks) static BlockPredicateBlockPredicate.matchesBlocks(Block... blocks) Method parameters in net.minecraft.world.level.levelgen.blockpredicates with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.matchesBlocks(List<Block> blocks) static BlockPredicateBlockPredicate.matchesBlocks(Vec3i offset, List<Block> blocks) static BlockPredicateBlockPredicate.matchesTag(Vec3i offset, TagKey<Block> tag) static BlockPredicateBlockPredicate.matchesTag(TagKey<Block> tag) Constructor parameters in net.minecraft.world.level.levelgen.blockpredicates with type arguments of type BlockModifierConstructorDescriptionMatchingBlocksPredicate(Vec3i offset, HolderSet<Block> blocks) protectedMatchingBlockTagPredicate(Vec3i offset, TagKey<Block> tag) -
Uses of Block in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type BlockConstructor parameters in net.minecraft.world.level.levelgen.carver with type arguments of type BlockModifierConstructorDescriptionCanyonCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable) CaveCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) -
Uses of Block in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<Block> BasaltColumnsFeature.CANNOT_PLACE_ONprivate static final com.google.common.collect.ImmutableList<Block> DeltaFeature.CANNOT_REPLACEMethods in net.minecraft.world.level.levelgen.feature with parameters of type BlockModifier and TypeMethodDescriptionprivate voidEndPodiumFeature.dropPreviousAndSetBlock(WorldGenLevel level, BlockPos pos, Block block) private static @Nullable BlockPosReplaceBlobsFeature.findTarget(LevelAccessor level, BlockPos.MutableBlockPos cursor, Block target) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockModifier and TypeMethodDescriptionstatic Predicate<BlockState> Feature.isReplaceable(TagKey<Block> cannotReplaceTag) -
Uses of Block in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type BlockModifier and TypeFieldDescriptionMultifaceGrowthConfiguration.canBePlacedOnVegetationPatchConfiguration.replaceableRootSystemConfiguration.rootReplaceableSpringConfiguration.validBlocksMethods in net.minecraft.world.level.levelgen.feature.configurations with parameters of type BlockConstructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type BlockModifierConstructorDescriptionMultifaceGrowthConfiguration(MultifaceSpreadeableBlock placeBlock, int searchRange, boolean canPlaceOnFloor, boolean canPlaceOnCeiling, boolean canPlaceOnWall, float chanceOfSpreading, HolderSet<Block> canBePlacedOn) RootSystemConfiguration(Holder<PlacedFeature> treeFeature, int requiredVerticalSpaceForTree, int rootRadius, TagKey<Block> rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int rootColumnMaxHeight, int hangingRootRadius, int hangingRootsVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts, int allowedVerticalWaterForTree, BlockPredicate allowedTreePosition) SpringConfiguration(FluidState state, boolean requiresBlockBelow, int rockCount, int holeCount, HolderSet<Block> validBlocks) VegetationPatchConfiguration(TagKey<Block> replaceable, BlockStateProvider groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance) -
Uses of Block in net.minecraft.world.level.levelgen.feature.rootplacers
Fields in net.minecraft.world.level.levelgen.feature.rootplacers with type parameters of type BlockModifier and TypeFieldDescriptionMangroveRootPlacement.canGrowThroughThe field for thecanGrowThroughrecord component.MangroveRootPlacement.muddyRootsInThe field for themuddyRootsInrecord component.Methods in net.minecraft.world.level.levelgen.feature.rootplacers that return types with arguments of type BlockModifier and TypeMethodDescriptionMangroveRootPlacement.canGrowThrough()Returns the value of thecanGrowThroughrecord component.MangroveRootPlacement.muddyRootsIn()Returns the value of themuddyRootsInrecord component.Constructor parameters in net.minecraft.world.level.levelgen.feature.rootplacers with type arguments of type BlockModifierConstructorDescriptionMangroveRootPlacement(HolderSet<Block> canGrowThrough, HolderSet<Block> muddyRootsIn, BlockStateProvider muddyRootsProvider, int maxRootWidth, int maxRootLength, float randomSkewChance) Creates an instance of aMangroveRootPlacementrecord class. -
Uses of Block in net.minecraft.world.level.levelgen.feature.stateproviders
Fields in net.minecraft.world.level.levelgen.feature.stateproviders declared as BlockMethods in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type BlockModifier and TypeMethodDescriptionRuleBasedStateProvider.Builder.ifTrueThenProvide(BlockPredicate ifTrue, Block thenProvide) static RuleBasedStateProviderRuleBasedStateProvider.ifTrueThenProvide(BlockPredicate ifTrue, Block thenProvide) static SimpleStateProviderConstructors in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type Block -
Uses of Block in net.minecraft.world.level.levelgen.feature.trunkplacers
Fields in net.minecraft.world.level.levelgen.feature.trunkplacers with type parameters of type BlockConstructor parameters in net.minecraft.world.level.levelgen.feature.trunkplacers with type arguments of type BlockModifierConstructorDescriptionUpwardsBranchingTrunkPlacer(int baseHeight, int heightRandA, int heightRandB, IntProvider extraBranchSteps, float placeBranchPerLogProbability, IntProvider extraBranchLength, HolderSet<Block> canGrowThrough) -
Uses of Block in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat declared as BlockConstructors in net.minecraft.world.level.levelgen.flat with parameters of type Block -
Uses of Block in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type Block -
Uses of Block in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type BlockMethods in net.minecraft.world.level.levelgen.structure.structures with parameters of type BlockModifier and TypeMethodDescriptionprivate static StructureProcessorOceanRuinPieces.archyRuleProcessor(Block candidateBlock, Block replacementBlock, ResourceKey<LootTable> lootTable) private static ProcessorRuleRuinedPortalPiece.getBlockReplaceRule(Block source, float probability, Block target) private static ProcessorRuleRuinedPortalPiece.getBlockReplaceRule(Block source, Block target) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type Block -
Uses of Block in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as BlockModifier and TypeFieldDescriptionprivate final BlockBlockMatchTest.blockprivate final BlockRandomBlockMatchTest.blockFields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type BlockModifier and TypeFieldDescriptionprivate final Map<Block, List<StructureTemplate.StructureBlockInfo>> StructureTemplate.Palette.cacheProtectedBlockProcessor.cannotReplaceBlackstoneReplaceProcessor.replacementsBlackstoneReplaceProcessor.replacementsBlockRotProcessor.rottableBlocksTagMatchTest.tagprivate final com.google.common.collect.ImmutableList<Block> BlockIgnoreProcessor.toIgnoreMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type BlockModifier and TypeMethodDescriptionStructureTemplate.filterBlocks(BlockPos position, StructurePlaceSettings settings, Block block) it.unimi.dsi.fastutil.objects.ObjectArrayList<StructureTemplate.StructureBlockInfo> StructureTemplate.filterBlocks(BlockPos position, StructurePlaceSettings settings, Block block, boolean absolute) private static BlockStateBlockAgeProcessor.getRandomFacingStairs(RandomSource random, Block stairBlock) Method parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type BlockModifier and TypeMethodDescriptionvoidStructureTemplate.fillFromWorld(Level level, BlockPos position, Vec3i size, boolean inludeEntities, List<Block> ignoreBlocks) voidStructureTemplate.load(HolderGetter<Block> blockLookup, CompoundTag tag) private voidStructureTemplate.loadPalette(HolderGetter<Block> blockLookup, ListTag paletteList, ListTag blockList) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type BlockModifierConstructorDescriptionBlockMatchTest(Block block) RandomBlockMatchTest(Block block, float probability) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type BlockModifierConstructorDescriptionBlockIgnoreProcessor(List<Block> toIgnore) privateBlockRotProcessor(Optional<HolderSet<Block>> blockTagKey, float integrity) BlockRotProcessor(HolderSet<Block> tag, float integrity) ProtectedBlockProcessor(TagKey<Block> cannotReplace) StructureTemplateManager(ResourceManager resourceManager, LevelStorageSource.LevelStorageAccess storage, DataFixer fixerUpper, HolderGetter<Block> blockLookup) TagMatchTest(TagKey<Block> tag) -
Uses of Block in net.minecraft.world.level.levelgen.structure.templatesystem.loader
Fields in net.minecraft.world.level.levelgen.structure.templatesystem.loader with type parameters of type BlockConstructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem.loader with type arguments of type BlockModifierConstructorDescriptionDirectoryTemplateSource(DataFixer fixerUpper, HolderGetter<Block> blockLookup, Path sourceDir, FileToIdConverter fileToIdConverter, boolean loadAsText) DirectoryTemplateSource(DataFixer fixerUpper, HolderGetter<Block> blockLookup, Path sourceDir, PackType packType, FileToIdConverter fileToIdConverter, boolean loadAsText) ResourceManagerTemplateSource(DataFixer fixerUpper, HolderGetter<Block> blockLookup, ResourceManager resourceManager, FileToIdConverter fileToIdConverter) protectedTemplateSource(DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
Uses of Block in net.minecraft.world.level.redstone
Fields in net.minecraft.world.level.redstone declared as BlockModifier and TypeFieldDescriptionprivate final BlockCollectingNeighborUpdater.FullNeighborUpdate.blockThe field for theblockrecord component.private final BlockCollectingNeighborUpdater.SimpleNeighborUpdate.blockThe field for theblockrecord component.private final BlockCollectingNeighborUpdater.MultiNeighborUpdate.sourceBlockMethods in net.minecraft.world.level.redstone that return BlockModifier and TypeMethodDescriptionCollectingNeighborUpdater.FullNeighborUpdate.block()Returns the value of theblockrecord component.CollectingNeighborUpdater.SimpleNeighborUpdate.block()Returns the value of theblockrecord component.Methods in net.minecraft.world.level.redstone with parameters of type BlockModifier and TypeMethodDescriptionstatic voidNeighborUpdater.executeUpdate(Level level, BlockState state, BlockPos pos, Block changedBlock, @Nullable Orientation orientation, boolean movedByPiston) voidCollectingNeighborUpdater.neighborChanged(BlockPos pos, Block block, @Nullable Orientation orientation) voidCollectingNeighborUpdater.neighborChanged(BlockState state, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) voidInstantNeighborUpdater.neighborChanged(BlockPos pos, Block changedBlock, @Nullable Orientation orientation) voidInstantNeighborUpdater.neighborChanged(BlockState state, BlockPos pos, Block changedBlock, @Nullable Orientation orientation, boolean movedByPiston) voidNeighborUpdater.neighborChanged(BlockPos pos, Block changedBlock, @Nullable Orientation orientation) voidNeighborUpdater.neighborChanged(BlockState state, BlockPos pos, Block changedBlock, @Nullable Orientation orientation, boolean movedByPiston) voidCollectingNeighborUpdater.updateNeighborsAtExceptFromFacing(BlockPos pos, Block block, @Nullable Direction skipDirection, @Nullable Orientation orientation) default voidNeighborUpdater.updateNeighborsAtExceptFromFacing(BlockPos pos, Block block, @Nullable Direction skipDirection, @Nullable Orientation orientation) Constructors in net.minecraft.world.level.redstone with parameters of type BlockModifierConstructorDescription(package private)FullNeighborUpdate(BlockState state, BlockPos pos, Block block, @Nullable Orientation orientation, boolean movedByPiston) Creates an instance of aFullNeighborUpdaterecord class.(package private)MultiNeighborUpdate(BlockPos sourcePos, Block sourceBlock, @Nullable Orientation orientation, @Nullable Direction skipDirection) (package private)SimpleNeighborUpdate(BlockPos pos, Block block, @Nullable Orientation orientation) Creates an instance of aSimpleNeighborUpdaterecord class. -
Uses of Block in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type BlockMethods in net.minecraft.world.level.storage.loot.functions with parameters of type BlockConstructors in net.minecraft.world.level.storage.loot.functions with parameters of type BlockConstructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type BlockModifierConstructorDescriptionprivateCopyBlockState(List<LootItemCondition> predicates, Holder<Block> block, List<String> propertyNames) privateCopyBlockState(List<LootItemCondition> predicates, Holder<Block> block, Set<Property<?>> properties) -
Uses of Block in net.minecraft.world.level.storage.loot.predicates
Fields in net.minecraft.world.level.storage.loot.predicates with type parameters of type BlockModifier and TypeFieldDescriptionLootItemBlockStatePropertyCondition.blockThe field for theblockrecord component.LootItemBlockStatePropertyCondition.Builder.blockMethods in net.minecraft.world.level.storage.loot.predicates that return types with arguments of type BlockModifier and TypeMethodDescriptionLootItemBlockStatePropertyCondition.block()Returns the value of theblockrecord component.Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type BlockModifier and TypeMethodDescriptionLootItemBlockStatePropertyCondition.hasBlockStateProperties(Block block) Constructors in net.minecraft.world.level.storage.loot.predicates with parameters of type BlockConstructor parameters in net.minecraft.world.level.storage.loot.predicates with type arguments of type BlockModifierConstructorDescriptionLootItemBlockStatePropertyCondition(Holder<Block> block, Optional<StatePropertiesPredicate> properties) Creates an instance of aLootItemBlockStatePropertyConditionrecord class. -
Uses of Block in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities with type parameters of type BlockMethods in net.neoforged.neoforge.capabilities with parameters of type BlockModifier and TypeMethodDescriptionbooleanRegisterCapabilitiesEvent.isBlockRegistered(BlockCapability<?, ?> capability, Block block) Returntrueif a provider is registered for the given block and capability.<T, C extends @Nullable Object>
voidRegisterCapabilitiesEvent.registerBlock(BlockCapability<T, C> capability, IBlockCapabilityProvider<T, C> provider, Block... blocks) Register a capability provider for some blocks. -
Uses of Block in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event with parameters of type BlockModifier and TypeMethodDescriptionvoidRegisterBlockModelsEvent.register(BuiltInBlockModels.ModelFactory factory, Block block) RegisterBlockModel.Unbakeds created by the givenBuiltInBlockModels.ModelFactoryfor the givenBlockvoidRegisterBlockModelsEvent.register(BuiltInBlockModels.ModelFactory factory, Block blockOne, Block blockTwo) RegisterBlockModel.Unbakeds created by the givenBuiltInBlockModels.ModelFactoryfor the two givenBlocksvoidRegisterBlockModelsEvent.register(BlockModel.Unbaked specialModel, Block block) Register the givenBlockModel.Unbakedfor the givenBlockvoidRegisterColorHandlersEvent.BlockTintSources.register(List<BlockTintSource> tintSources, Block... blocks) Registers a list ofBlockTintSources for a set of blocks. -
Uses of Block in net.neoforged.neoforge.client.extensions.common
Fields in net.neoforged.neoforge.client.extensions.common with type parameters of type BlockModifier and TypeFieldDescription(package private) static final Map<Block, IClientBlockExtensions> ClientExtensionsManager.BLOCK_EXTENSIONSMethods in net.neoforged.neoforge.client.extensions.common with parameters of type BlockModifier and TypeMethodDescriptionbooleanRegisterClientExtensionsEvent.isBlockRegistered(Block block) Returns whether aIClientBlockExtensionshas been registered for the givenBlock.static IClientBlockExtensionsvoidRegisterClientExtensionsEvent.registerBlock(IClientBlockExtensions extensions, Block... blocks) Register the givenIClientBlockExtensionsfor the givenBlocks -
Uses of Block in net.neoforged.neoforge.client.model.block
Method parameters in net.neoforged.neoforge.client.model.block with type arguments of type BlockModifier and TypeMethodDescriptionCustomBlockModelDefinition.instantiate(StateDefinition<Block, BlockState> states, Supplier<String> sourceSupplier) Instantiate this definition. -
Uses of Block in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type BlockModifier and TypeFieldDescriptionTags.Blocks.BARRELSTags.Blocks.BARRELS_WOODENTags.Blocks.BOOKSHELVESTags.Blocks.BUDDING_BLOCKSFor blocks that are similar to amethyst where their budding block produces buds and cluster blocksTags.Blocks.BUDSFor blocks that are similar to amethyst where they have buddings forming from budding blocksTags.Blocks.CHAINSTags.Blocks.CHESTSTags.Blocks.CHESTS_ENDERTags.Blocks.CHESTS_TRAPPEDTags.Blocks.CHESTS_WOODENTags.Blocks.CLUSTERSFor blocks that are similar to amethyst where they have clusters forming from budding blocksTags.Blocks.COBBLESTONESTags.Blocks.COBBLESTONES_DEEPSLATETags.Blocks.COBBLESTONES_INFESTEDTags.Blocks.COBBLESTONES_MOSSYTags.Blocks.COBBLESTONES_NORMALTags.Blocks.CONCRETESTags.Blocks.DYEDTag that holds all blocks that can be dyed a specific color.Tags.Blocks.DYED_BLACKTags.Blocks.DYED_BLUETags.Blocks.DYED_BROWNTags.Blocks.DYED_CYANTags.Blocks.DYED_GRAYTags.Blocks.DYED_GREENTags.Blocks.DYED_LIGHT_BLUETags.Blocks.DYED_LIGHT_GRAYTags.Blocks.DYED_LIMETags.Blocks.DYED_MAGENTATags.Blocks.DYED_ORANGETags.Blocks.DYED_PINKTags.Blocks.DYED_PURPLETags.Blocks.DYED_REDTags.Blocks.DYED_WHITETags.Blocks.DYED_YELLOWTags.Blocks.END_STONESTags.Blocks.ENDERMAN_PLACE_ON_BLACKLISTControls what blocks Endermen cannot place blocks onto.Tags.Blocks.FENCE_GATESTags.Blocks.FENCE_GATES_WOODENTags.Blocks.FENCESTags.Blocks.FENCES_NETHER_BRICKTags.Blocks.FENCES_WOODENTags.Blocks.FLOWERSContains any living plant block that contains flowers or is a flower itself.Tags.Blocks.FLOWERS_SMALLContains living ground-based flowers that are 1 block tall such as Dandelions or Poppy.Tags.Blocks.FLOWERS_TALLContains living ground-based flowers that are 2 block tall such as Rose Bush or Peony.Tags.Blocks.GLASS_BLOCKSTags.Blocks.GLASS_BLOCKS_CHEAPGlass which is made from cheap resources like sand and only minor additional ingredients like dyesTags.Blocks.GLASS_BLOCKS_COLORLESSTags.Blocks.GLASS_BLOCKS_TINTEDTags.Blocks.GLASS_PANESTags.Blocks.GLASS_PANES_COLORLESSTags.Blocks.GLAZED_TERRACOTTASTags.Blocks.GRAVELSTags.Blocks.HIDDEN_FROM_RECIPE_VIEWERSTag that holds all blocks that recipe viewers should not show to users.DataMapHooks.INVERSE_OXIDIZABLES_DATAMAPThe inverse map of the oxidizables data map, used in vanilla when scraping oxidization off of a blockDataMapHooks.INVERSE_OXIDIZABLES_DATAMAPThe inverse map of the oxidizables data map, used in vanilla when scraping oxidization off of a blockDataMapHooks.INVERSE_OXIDIZABLES_DATAMAP_INTERNALDataMapHooks.INVERSE_OXIDIZABLES_DATAMAP_INTERNALDataMapHooks.INVERSE_WAXABLES_DATAMAPThe inverse map of the waxables data map, used in vanilla when scraping wax off of a blockDataMapHooks.INVERSE_WAXABLES_DATAMAPThe inverse map of the waxables data map, used in vanilla when scraping wax off of a blockDataMapHooks.INVERSE_WAXABLES_DATAMAP_INTERNALDataMapHooks.INVERSE_WAXABLES_DATAMAP_INTERNALTags.Blocks.NATURAL_LOGSFor logs, including Stems, found naturally that have not been stripped.Tags.Blocks.NATURAL_WOODSFor six-sided wood blocks, including Hyphae, found naturally that have not been stripped.Tags.Blocks.NEEDS_GOLD_TOOLFor denoting blocks that need tools that are Gold or higher to mine.Tags.Blocks.NEEDS_NETHERITE_TOOLFor denoting blocks that need tools that are Netherite or higher to mine.Tags.Blocks.NEEDS_WOOD_TOOLFor denoting blocks that need tools that are Wood or higher to mine.Tags.Blocks.NETHER_NATURAL_LOGSFor logs, including Stems, found naturally in the Nether, does not include Stripped Logs.Tags.Blocks.NETHERRACKSTags.Blocks.OBSIDIANSTags.Blocks.OBSIDIANS_CRYINGTags.Blocks.OBSIDIANS_NORMALFor common obsidian that has no special quirks or behaviors.Tags.Blocks.ORE_BEARING_GROUND_DEEPSLATEBlocks which are often replaced by deepslate ores, i.e.Tags.Blocks.ORE_BEARING_GROUND_NETHERRACKBlocks which are often replaced by netherrack ores, i.e.Tags.Blocks.ORE_BEARING_GROUND_STONEBlocks which are often replaced by stone ores, i.e.Tags.Blocks.ORE_RATES_DENSEOres which on average result in more than one resource worth of materials ignoring fortune and other modifiers.Tags.Blocks.ORE_RATES_SINGULAROres which on average result in one resource worth of materials ignoring fortune and other modifiers.Tags.Blocks.ORE_RATES_SPARSEOres which on average result in less than one resource worth of materials ignoring fortune and other modifiers.Tags.Blocks.ORESTags.Blocks.ORES_COALTags.Blocks.ORES_COPPERTags.Blocks.ORES_DIAMONDTags.Blocks.ORES_EMERALDTags.Blocks.ORES_GOLDTags.Blocks.ORES_IN_GROUND_DEEPSLATEOres in deepslate (or in equivalent blocks in the tagTags.Blocks.ORE_BEARING_GROUND_DEEPSLATE) which could logically use deepslate as recipe input or output.Tags.Blocks.ORES_IN_GROUND_NETHERRACKOres in netherrack (or in equivalent blocks in the tagTags.Blocks.ORE_BEARING_GROUND_NETHERRACK) which could logically use netherrack as recipe input or output.Tags.Blocks.ORES_IN_GROUND_STONEOres in stone (or in equivalent blocks in the tagTags.Blocks.ORE_BEARING_GROUND_STONE) which could logically use stone as recipe input or output.Tags.Blocks.ORES_IRONTags.Blocks.ORES_LAPISTags.Blocks.ORES_NETHERITE_SCRAPTags.Blocks.ORES_QUARTZTags.Blocks.ORES_REDSTONETags.Blocks.OVERWORLD_NATURAL_LOGSFor logs found naturally in the Overworld, does not include Stripped Logs.Tags.Blocks.PLAYER_WORKSTATIONS_CRAFTING_TABLESTags.Blocks.PLAYER_WORKSTATIONS_FURNACESTags.Blocks.PUMPKINSTags.Blocks.PUMPKINS_CARVEDFor pumpkins that are already carved but not a light source.Tags.Blocks.PUMPKINS_JACK_O_LANTERNSFor pumpkins that are already carved and a light source.Tags.Blocks.PUMPKINS_NORMALFor pumpkins that are not carved.Tags.Blocks.RELOCATION_NOT_SUPPORTEDBlocks should be included in this tag if their movement/relocation can cause serious issues such as world corruption upon being moved or for balance reason where the block should not be able to be relocated.Tags.Blocks.ROPESTags.Blocks.SANDSTags.Blocks.SANDS_COLORLESSTags.Blocks.SANDS_REDTags.Blocks.SANDSTONE_BLOCKSTags.Blocks.SANDSTONE_RED_BLOCKSTags.Blocks.SANDSTONE_RED_SLABSTags.Blocks.SANDSTONE_RED_STAIRSTags.Blocks.SANDSTONE_SLABSTags.Blocks.SANDSTONE_STAIRSTags.Blocks.SANDSTONE_UNCOLORED_BLOCKSTags.Blocks.SANDSTONE_UNCOLORED_SLABSTags.Blocks.SANDSTONE_UNCOLORED_STAIRSTags.Blocks.SKULLSTag that holds all head based blocks such as Skeleton Skull or Player Head.Tags.Blocks.STONESNatural stone-like blocks that can be used as a base ingredient in recipes that takes stone.Tags.Blocks.STORAGE_BLOCKSA storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources.Tags.Blocks.STORAGE_BLOCKS_BONE_MEALTags.Blocks.STORAGE_BLOCKS_COALTags.Blocks.STORAGE_BLOCKS_COPPERTags.Blocks.STORAGE_BLOCKS_DIAMONDTags.Blocks.STORAGE_BLOCKS_DRIED_KELPTags.Blocks.STORAGE_BLOCKS_EMERALDTags.Blocks.STORAGE_BLOCKS_GOLDTags.Blocks.STORAGE_BLOCKS_IRONTags.Blocks.STORAGE_BLOCKS_LAPISTags.Blocks.STORAGE_BLOCKS_NETHERITETags.Blocks.STORAGE_BLOCKS_RAW_COPPERTags.Blocks.STORAGE_BLOCKS_RAW_GOLDTags.Blocks.STORAGE_BLOCKS_RAW_IRONTags.Blocks.STORAGE_BLOCKS_REDSTONETags.Blocks.STORAGE_BLOCKS_RESINTags.Blocks.STORAGE_BLOCKS_SLIMETags.Blocks.STORAGE_BLOCKS_WHEATTags.Blocks.STRIPPED_LOGSFor logs, including Stems, found naturally that have been stripped.Tags.Blocks.STRIPPED_WOODSFor six-sided wood blocks, including Hyphae, found naturally that have been stripped.Tags.Blocks.VILLAGER_FARMLANDSBlocks tagged here will be tracked by Farmer Villagers who will attempt to plant crops on top.Tags.Blocks.VILLAGER_JOB_SITESMethods in net.neoforged.neoforge.common that return BlockModifier and TypeMethodDescriptionstatic @Nullable BlockDataMapHooks.getBlockUnwaxed(Block block) static @Nullable BlockDataMapHooks.getBlockWaxed(Block block) static @Nullable BlockDataMapHooks.getNextOxidizedStage(Block block) static @Nullable BlockDataMapHooks.getPreviousOxidizedStage(Block block) Methods in net.neoforged.neoforge.common that return types with arguments of type BlockMethods in net.neoforged.neoforge.common with parameters of type BlockModifier and TypeMethodDescriptionstatic @Nullable BlockDataMapHooks.getBlockUnwaxed(Block block) static @Nullable BlockDataMapHooks.getBlockWaxed(Block block) static @Nullable BlockDataMapHooks.getNextOxidizedStage(Block block) static @Nullable BlockDataMapHooks.getPreviousOxidizedStage(Block block) -
Uses of Block in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting with type parameters of type BlockMethods in net.neoforged.neoforge.common.crafting that return types with arguments of type BlockConstructor parameters in net.neoforged.neoforge.common.crafting with type arguments of type Block -
Uses of Block in net.neoforged.neoforge.common.data
Subclasses with type arguments of type Block in net.neoforged.neoforge.common.dataFields in net.neoforged.neoforge.common.data with type parameters of type BlockModifier and TypeFieldDescriptionprivate final CompletableFuture<TagsProvider.TagLookup<Block>> BlockTagCopyingItemTagProvider.blockTagsBlockTagCopyingItemTagProvider.tagsToCopyMethods in net.neoforged.neoforge.common.data with parameters of type BlockMethod parameters in net.neoforged.neoforge.common.data with type arguments of type Block -
Uses of Block in net.neoforged.neoforge.common.data.internal
Methods in net.neoforged.neoforge.common.data.internal that return types with arguments of type BlockModifier and TypeMethodDescriptionNeoForgeItemTagsProvider.getForgeBlockTag(String name) NeoForgeBlockTagsProvider.getForgeTag(String name) NeoForgeDataMapsProvider.StrippablesAccess.getStrippables()NeoForgeDataMapsProvider.StrippablesAccess.getStrippables()Method parameters in net.neoforged.neoforge.common.data.internal with type arguments of type BlockModifier and TypeMethodDescriptionprivate voidNeoForgeBlockTagsProvider.addColored(TagKey<Block> group, String pattern) private voidprivate void -
Uses of Block in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return Block -
Uses of Block in net.neoforged.neoforge.common.world.poi
Methods in net.neoforged.neoforge.common.world.poi with parameters of type BlockModifier and TypeMethodDescriptionvoidExtendPoiTypesEvent.addBlockToPoi(ResourceKey<PoiType> typeKey, Block block) -
Uses of Block in net.neoforged.neoforge.data.event
Method parameters in net.neoforged.neoforge.data.event with type arguments of type BlockModifier and TypeMethodDescriptionvoidGatherDataEvent.createBlockAndItemTags(GatherDataEvent.DataProviderFromOutputLookup<TagsProvider<Block>> blockTagsProvider, GatherDataEvent.ItemTagsProvider itemTagsProvider) -
Uses of Block in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type BlockModifier and TypeMethodDescriptionprivate voidBlockEntityTypeAddBlocksEvent.addValidBlock(Block block, @Nullable Class<?> baseClass, Set<Block> currentValidBlocks) voidBlockEntityTypeAddBlocksEvent.modify(BiPredicate<ResourceKey<BlockEntityType<?>>, BlockEntityType<?>> blockEntityTypeToMatch, Block... blocksToAdd) Will add the given blocks to the matchingBlockEntityType's set of valid blocks.voidBlockEntityTypeAddBlocksEvent.modify(ResourceKey<BlockEntityType<?>> blockEntityTypeKey, Block... blocksToAdd) Will add the given blocks to theBlockEntityType's set of valid blocks.voidBlockEntityTypeAddBlocksEvent.modify(BlockEntityType<?> blockEntityType, Block... blocksToAdd) Will add the given blocks to the providedBlockEntityType's set of valid blocks.Method parameters in net.neoforged.neoforge.event with type arguments of type BlockModifier and TypeMethodDescriptionprivate voidBlockEntityTypeAddBlocksEvent.addValidBlock(Block block, @Nullable Class<?> baseClass, Set<Block> currentValidBlocks) private @Nullable Class<?> BlockEntityTypeAddBlocksEvent.getCommonSuperClassForExistingValidBlocks(Set<Block> validBlocks) -
Uses of Block in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids declared as BlockModifier and TypeFieldDescriptionfinal BlockCauldronFluidContent.blockBlock of the cauldron.private final BlockFluidType.DripstoneDripInfo.filledCauldronThe field for thefilledCauldronrecord component.Fields in net.neoforged.neoforge.fluids with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final Map<Block, CauldronFluidContent> CauldronFluidContent.BLOCK_TO_CAULDRONMethods in net.neoforged.neoforge.fluids that return BlockModifier and TypeMethodDescriptionFluidType.DripstoneDripInfo.filledCauldron()Returns the value of thefilledCauldronrecord component.Methods in net.neoforged.neoforge.fluids with parameters of type BlockModifier and TypeMethodDescriptionFluidType.Properties.addDripstoneDripping(float chance, ParticleOptions dripParticle, Block cauldron, @Nullable SoundEvent fillSound) Allows this fluid to drip from Pointed Dripstone stalactites and fill cauldrons below.static @Nullable CauldronFluidContentCauldronFluidContent.getForBlock(Block block) Get the cauldron fluid content for a cauldron block, ornullif none was registered (yet).(package private) static voidCauldronFluidContent.register(Block block, Fluid fluid, int totalAmount, @Nullable IntegerProperty levelProperty) Do not try to call, use theRegisterCauldronFluidContentEventevent instead.voidRegisterCauldronFluidContentEvent.register(Block block, Fluid fluid, int totalAmount, @Nullable IntegerProperty levelProperty) Register a new cauldron, allowing it to be filled and emptied through the standard capability.Constructors in net.neoforged.neoforge.fluids with parameters of type BlockModifierConstructorDescriptionprivateCauldronFluidContent(Block block, Fluid fluid, int totalAmount, int maxLevel, @Nullable IntegerProperty levelProperty) DripstoneDripInfo(float chance, @Nullable ParticleOptions dripParticle, Block filledCauldron) Creates an instance of aDripstoneDripInforecord class. -
Uses of Block in net.neoforged.neoforge.mixins
Method parameters in net.neoforged.neoforge.mixins with type arguments of type BlockModifier and TypeMethodDescriptionvoidBlockEntityTypeAccessor.neoforge$setValidBlocks(Set<Block> validBlocks) -
Uses of Block in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries with type parameters of type BlockSubclasses with type arguments of type Block in net.neoforged.neoforge.registriesModifier and TypeClassDescriptionclassDeferredBlock<T extends Block>static classSpecialized DeferredRegister forBlocksthat uses the specializedDeferredBlockas the return type forDeferredRegister.Blocks.register(String, Function).Classes in net.neoforged.neoforge.registries that implement interfaces with type arguments of type BlockModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classFields in net.neoforged.neoforge.registries with type parameters of type BlockModifier and TypeFieldDescriptionNeoForgeRegistryCallbacks.BlockCallbacks.addedBlocksNeoForgeRegistryCallbacks.ItemCallbacks.BLOCK_TO_ITEM_MAPMethods in net.neoforged.neoforge.registries with type parameters of type BlockModifier and TypeMethodDescriptionstatic <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(Identifier key) Creates a newDeferredHoldertargeting theBlockwith the specified name.static <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(ResourceKey<Block> key) Creates a newDeferredHoldertargeting the specifiedBlock.protected <I extends Block>
DeferredBlock<I> DeferredRegister.Blocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, Identifier key) <B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.register(String name, Function<Identifier, ? extends B> func) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.registerBlock(String name, Function<BlockBehaviour.Properties, ? extends B> func) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.registerBlock(String name, Function<BlockBehaviour.Properties, ? extends B> func, Supplier<BlockBehaviour.Properties> properties) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.registerBlock(String name, Function<BlockBehaviour.Properties, ? extends B> func, UnaryOperator<BlockBehaviour.Properties> properties) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.<B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.registerBlock(String name, Function<BlockBehaviour.Properties, ? extends B> func, BlockBehaviour.Properties props) Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.neoforged.neoforge.registries that return types with arguments of type BlockModifier and TypeMethodDescriptionGameData.getBlockItemMap()DeferredRegister.Blocks.registerSimpleBlock(String name) Adds a new simpleBlockwith the defaultpropertiesto the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.DeferredRegister.Blocks.registerSimpleBlock(String name, Supplier<BlockBehaviour.Properties> properties) Adds a new simpleBlockwith the givenpropertiesto the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.DeferredRegister.Blocks.registerSimpleBlock(String name, UnaryOperator<BlockBehaviour.Properties> properties) Adds a new simpleBlockwith the givenpropertiesto the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.DeferredRegister.Blocks.registerSimpleBlock(String name, BlockBehaviour.Properties props) Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.neoforged.neoforge.registries with parameters of type BlockModifier and TypeMethodDescriptionvoidNeoForgeRegistryCallbacks.BlockCallbacks.onAdd(Registry<Block> registry, int id, ResourceKey<Block> key, Block value) Method parameters in net.neoforged.neoforge.registries with type arguments of type BlockModifier and TypeMethodDescriptionstatic <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(ResourceKey<Block> key) Creates a newDeferredHoldertargeting the specifiedBlock.protected <I extends Block>
DeferredBlock<I> DeferredRegister.Blocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, Identifier key) voidNeoForgeRegistryCallbacks.BlockCallbacks.onAdd(Registry<Block> registry, int id, ResourceKey<Block> key, Block value) voidNeoForgeRegistryCallbacks.BlockCallbacks.onAdd(Registry<Block> registry, int id, ResourceKey<Block> key, Block value) voidvoidDeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block, Supplier<Item.Properties> properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block, UnaryOperator<Item.Properties> properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(String name, Supplier<? extends Block> block, Item.Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block, Supplier<Item.Properties> properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block, UnaryOperator<Item.Properties> properties) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleBlockItem(Holder<Block> block, Item.Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in net.neoforged.neoforge.registries with type arguments of type Block -
Uses of Block in net.neoforged.neoforge.registries.datamaps.builtin
Fields in net.neoforged.neoforge.registries.datamaps.builtin declared as BlockModifier and TypeFieldDescriptionprivate final BlockOxidizable.nextOxidationStageThe field for thenextOxidationStagerecord component.private final BlockStrippable.strippedBlockThe field for thestrippedBlockrecord component.private final BlockWaxable.waxedThe field for thewaxedrecord component.Fields in net.neoforged.neoforge.registries.datamaps.builtin with type parameters of type BlockModifier and TypeFieldDescriptionstatic final DataMapType<Block, Oxidizable> NeoForgeDataMaps.OXIDIZABLESThe Block data map that replacesWeatheringCopper.NEXT_BY_BLOCK.static final DataMapType<Block, Strippable> NeoForgeDataMaps.STRIPPABLESThe Block data map that replacesAxeItem.STRIPPABLES.static final DataMapType<Block, Waxable> NeoForgeDataMaps.WAXABLESThe Block data map that replacesHoneycombItem.WAXABLES.Methods in net.neoforged.neoforge.registries.datamaps.builtin that return BlockModifier and TypeMethodDescriptionOxidizable.nextOxidationStage()Returns the value of thenextOxidationStagerecord component.Strippable.strippedBlock()Returns the value of thestrippedBlockrecord component.Waxable.waxed()Returns the value of thewaxedrecord component.Constructors in net.neoforged.neoforge.registries.datamaps.builtin with parameters of type BlockModifierConstructorDescriptionOxidizable(Block nextOxidationStage) Creates an instance of aOxidizablerecord class.Strippable(Block strippedBlock) Creates an instance of aStrippablerecord class.Creates an instance of aWaxablerecord class.
RegisterColorHandlersEvent.BlockTintSources