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
Methods in net.minecraft with parameters of type BlockModifier and TypeMethodDescriptionBlockUtil.getTopConnectedBlock(BlockGetter p_177846_, BlockPos p_177847_, Block p_177848_, Direction p_177849_, Block p_177850_) -
Uses of Block in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon 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.critereon 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.critereon with parameters of type BlockModifier and TypeMethodDescriptionBeeNestDestroyedTrigger.TriggerInstance.destroyedBeeNest(Block p_17513_, ItemPredicate.Builder p_17514_, MinMaxBounds.Ints p_17515_) EnterBlockTrigger.TriggerInstance.entersBlock(Block p_31298_) ItemUsedOnLocationTrigger.TriggerInstance.placedBlock(Block p_301158_) SlideDownBlockTrigger.TriggerInstance.slidesDownBlock(Block p_67007_) PlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(Block p_222638_, Item p_222639_) Method parameters in net.minecraft.advancements.critereon with type arguments of type BlockConstructor parameters in net.minecraft.advancements.critereon with type arguments of type BlockModifierConstructorDescriptionBlockPredicate(Optional<HolderSet<Block>> blocks, Optional<StatePropertiesPredicate> properties, Optional<NbtPredicate> nbt) 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, BlockColor> BlockColors.blockColorsBlockColors.coloringStatesMethods in net.minecraft.client.color.block with parameters of type BlockModifier and TypeMethodDescriptionprivate voidBlockColors.addColoringState(Property<?> p_92587_, Block... p_92588_) private voidBlockColors.addColoringStates(Set<Property<?>> p_92593_, Block... p_92594_) BlockColors.getColoringProperties(Block p_92576_) voidBlockColors.register(BlockColor p_92590_, Block... p_92591_) Deprecated. -
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> p_259084_, HolderGetter<Biome> p_259583_, HolderGetter<StructureSet> p_259610_, HolderGetter<PlacedFeature> p_259243_, String p_259508_, FlatLevelGeneratorSettings p_259417_) private static FlatLayerInfoPresetFlatWorldScreen.getLayerInfoFromString(HolderGetter<Block> p_259695_, String p_259185_, int p_259723_) private static List<FlatLayerInfo> PresetFlatWorldScreen.getLayersInfoFromString(HolderGetter<Block> p_259080_, String p_260301_) -
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 p_233613_, int p_233614_, int p_233615_, int p_233616_, RandomSource p_233617_, Block p_233618_, BlockPos.MutableBlockPos p_233619_) -
Uses of Block in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final Map<Block, ChunkRenderTypeSet> ItemBlockRenderTypes.BLOCK_RENDER_TYPESprivate static final Map<Block, RenderType> ItemBlockRenderTypes.TYPE_BY_BLOCKDeprecated.Methods in net.minecraft.client.renderer with parameters of type BlockModifier and TypeMethodDescriptionstatic voidItemBlockRenderTypes.setRenderLayer(Block block, Predicate<RenderType> predicate) Deprecated.Set your render type in your block model's JSON (eg.static voidItemBlockRenderTypes.setRenderLayer(Block block, RenderType type) Deprecated.Set your render type in your block model's JSON (eg.static voidItemBlockRenderTypes.setRenderLayer(Block block, ChunkRenderTypeSet layers) Deprecated.Set your render type in your block model's JSON (eg. -
Uses of Block in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model with type parameters of type BlockModifier and TypeFieldDescriptionprivate StateDefinition<Block, BlockState> BlockModelDefinition.Context.definitionMethods in net.minecraft.client.renderer.block.model that return types with arguments of type BlockMethod parameters in net.minecraft.client.renderer.block.model with type arguments of type BlockModifier and TypeMethodDescriptionvoidBlockModelDefinition.Context.setDefinition(StateDefinition<Block, BlockState> p_111553_) -
Uses of Block in net.minecraft.client.renderer.block.model.multipart
Fields in net.minecraft.client.renderer.block.model.multipart with type parameters of type BlockModifier and TypeFieldDescriptionprivate final StateDefinition<Block, BlockState> MultiPart.definitionMethod parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type BlockModifier and TypeMethodDescriptionprivate Predicate<BlockState> KeyValueCondition.getBlockStatePredicate(StateDefinition<Block, BlockState> p_111945_, Property<?> p_111946_, String p_111947_) AndCondition.getPredicate(StateDefinition<Block, BlockState> p_111921_) Condition.getPredicate(StateDefinition<Block, BlockState> p_111933_) KeyValueCondition.getPredicate(StateDefinition<Block, BlockState> p_111960_) OrCondition.getPredicate(StateDefinition<Block, BlockState> p_112014_) Selector.getPredicate(StateDefinition<Block, BlockState> p_112022_) Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type BlockModifierConstructorDescriptionMultiPart(StateDefinition<Block, BlockState> p_111965_, List<Selector> p_111966_) -
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> ModelBakery.ITEM_FRAME_FAKE_DEFINITIONprivate static final Map<ResourceLocation, StateDefinition<Block, BlockState>> ModelBakery.STATIC_DEFINITIONSMethod parameters in net.minecraft.client.resources.model with type arguments of type BlockModifier and TypeMethodDescriptionprivate static Predicate<BlockState> ModelBakery.predicate(StateDefinition<Block, BlockState> p_119274_, String p_119275_) -
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 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<com.mojang.brigadier.suggestion.Suggestions> BlockStateParser.fillSuggestions(HolderLookup<Block> p_234696_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_234697_, boolean p_234698_, boolean p_234699_) BlockPredicateArgument.parse(HolderLookup<Block> p_234634_, com.mojang.brigadier.StringReader p_234635_) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> p_234692_, com.mojang.brigadier.StringReader p_234693_, boolean p_234694_) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> p_251394_, String p_248677_, boolean p_250430_) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> p_234717_, com.mojang.brigadier.StringReader p_234718_, boolean p_234719_) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> p_252082_, String p_251830_, boolean p_249125_) Constructor parameters in net.minecraft.commands.arguments.blocks with type arguments of type BlockModifierConstructorDescriptionprivateBlockStateParser(HolderLookup<Block> p_234673_, com.mojang.brigadier.StringReader p_234674_, boolean p_234675_, boolean p_234676_) (package private)TagPredicate(HolderSet<Block> p_234637_, Map<String, String> p_234638_, CompoundTag p_234639_) 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<com.mojang.serialization.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.MAP(package private) final Map<BlockFamily.Variant, Block> BlockFamily.variantsMethods in net.minecraft.data that return BlockModifier and TypeMethodDescriptionBlockFamily.get(BlockFamily.Variant p_175953_) 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 p_248790_) BlockFamily.Builder.customFenceGate(Block p_251301_) private static BlockFamily.BuilderBlockFamilies.familyBuilder(Block p_175936_) BlockFamily.Builder.pressurePlate(Block p_175991_) 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(Block p_286401_) private static Criterion<ItemUsedOnLocationTrigger.TriggerInstance> VanillaAdventureAdvancements.placedComparatorReadingBlock(Block p_286250_) -
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 p_251966_, Function<Block, LootTable.Builder> p_251699_) protected voidBlockLootSubProvider.add(Block p_250610_, LootTable.Builder p_249817_) protected voidBlockLootSubProvider.addNetherVinesDropTable(Block p_252269_, Block p_250696_) BlockLootSubProvider.createAttachedStemDrops(Block p_249778_, Item p_250678_) protected LootTable.BuilderBlockLootSubProvider.createBannerDrop(Block p_249810_) protected static LootTable.BuilderBlockLootSubProvider.createBeeHiveDrop(Block p_248770_) protected static LootTable.BuilderBlockLootSubProvider.createBeeNestDrop(Block p_250988_) protected static LootTable.BuilderBlockLootSubProvider.createCandleCakeDrops(Block p_250280_) protected LootTable.BuilderBlockLootSubProvider.createCandleDrops(Block p_250896_) protected static LootTable.BuilderBlockLootSubProvider.createCaveVinesDrop(Block p_251070_) protected LootTable.BuilderBlockLootSubProvider.createCopperOreDrops(Block p_251306_) protected LootTable.BuilderBlockLootSubProvider.createCropDrops(Block p_249457_, Item p_248599_, Item p_251915_, LootItemCondition.Builder p_252202_) protected LootTable.BuilderBlockLootSubProvider.createDoorTable(Block p_252166_) protected static LootTable.BuilderBlockLootSubProvider.createDoublePlantShearsDrop(Block p_248678_) protected LootTable.BuilderBlockLootSubProvider.createDoublePlantWithSeedDrops(Block p_248590_, Block p_248735_) protected LootTable.BuilderBlockLootSubProvider.createGrassDrops(Block p_252139_) protected LootTable.BuilderBlockLootSubProvider.createLapisOreDrops(Block p_251511_) protected LootTable.BuilderBlockLootSubProvider.createLeavesDrops(Block p_250088_, Block p_250731_, float... p_248949_) protected LootTable.BuilderBlockLootSubProvider.createMangroveLeavesDrops(Block p_251103_) protected LootTable.BuilderBlockLootSubProvider.createMultifaceBlockDrops(Block p_249088_, LootItemCondition.Builder p_251535_) protected LootTable.BuilderBlockLootSubProvider.createMushroomBlockDrop(Block p_249959_, ItemLike p_249315_) protected LootTable.BuilderBlockLootSubProvider.createNameableBlockEntityTable(Block p_252291_) protected LootTable.BuilderBlockLootSubProvider.createOakLeavesDrops(Block p_249535_, Block p_251505_, float... p_250753_) protected LootTable.BuilderBlockLootSubProvider.createOreDrop(Block p_250450_, Item p_249745_) protected LootTable.BuilderBlockLootSubProvider.createPetalsDrops(Block p_273240_) protected LootTable.BuilderBlockLootSubProvider.createRedstoneOreDrops(Block p_251906_) protected static LootTable.BuilderBlockLootSubProvider.createSelfDropDispatchTable(Block p_252253_, LootItemCondition.Builder p_248764_, LootPoolEntryContainer.Builder<?> p_249146_) protected static LootTable.BuilderBlockLootSubProvider.createShearsDispatchTable(Block p_252195_, LootPoolEntryContainer.Builder<?> p_250102_) protected LootTable.BuilderBlockLootSubProvider.createShulkerBoxDrop(Block p_252164_) protected static LootTable.BuilderBlockLootSubProvider.createSilkTouchDispatchTable(Block p_250203_, LootPoolEntryContainer.Builder<?> p_252089_) protected static LootTable.BuilderBlockLootSubProvider.createSilkTouchOrShearsDispatchTable(Block p_250539_, LootPoolEntryContainer.Builder<?> p_251459_) protected LootTable.BuilderBlockLootSubProvider.createSingleItemTableWithSilkTouch(Block p_249305_, ItemLike p_251905_) protected LootTable.BuilderBlockLootSubProvider.createSingleItemTableWithSilkTouch(Block p_251449_, ItemLike p_248558_, NumberProvider p_250047_) protected <T extends Comparable<T> & StringRepresentable>
LootTable.BuilderBlockLootSubProvider.createSinglePropConditionTable(Block p_252154_, Property<T> p_250272_, T p_250292_) protected LootTable.BuilderBlockLootSubProvider.createSlabItemTable(Block p_251313_) BlockLootSubProvider.createStemDrops(Block p_250957_, Item p_249098_) protected voidprotected voidBlockLootSubProvider.dropPottedContents(Block p_251064_) protected voidprotected voidBlockLootSubProvider.dropWhenSilkTouch(Block p_250855_) protected voidBlockLootSubProvider.otherWhenSilkTouch(Block p_249932_, Block p_252053_) Method parameters in net.minecraft.data.loot with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidBlockLootSubProvider.add(Block p_251966_, Function<Block, LootTable.Builder> p_251699_) -
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 p_277929_) -
Uses of Block in net.minecraft.data.models
Fields in net.minecraft.data.models with type parameters of type BlockModifier and TypeFieldDescription(package private) final Map<Block, BlockModelGenerators.BlockStateGeneratorSupplier> BlockModelGenerators.fullBlockModelCustomGeneratorsBlockModelGenerators.nonOrientableTrapdoor(package private) static final Map<BlockFamily.Variant, BiConsumer<BlockModelGenerators.BlockFamilyProvider, Block>> BlockModelGenerators.SHAPE_CONSUMERSBlockModelGenerators.BlockFamilyProvider.skipGeneratingModelsFor(package private) final Map<Block, TexturedModel> BlockModelGenerators.texturedModelsMethods in net.minecraft.data.models with parameters of type BlockModifier and TypeMethodDescriptionBlockModelGenerators.blockEntityModels(ResourceLocation p_124691_, Block p_124692_) BlockModelGenerators.blockEntityModels(Block p_124826_, Block p_124827_) private voidBlockModelGenerators.copyCopperBulbModel(Block p_309045_, Block p_309092_) private voidBlockModelGenerators.copyDoorModel(Block p_308919_, Block p_308994_) private voidprivate voidBlockModelGenerators.copyTrapdoorModel(Block p_309079_, Block p_309124_) BlockModelGenerators.BlockStateGeneratorSupplier.create(Block p_176278_, ResourceLocation p_176279_, TextureMapping p_176280_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176281_) private voidBlockModelGenerators.createActiveRail(Block p_124975_) private voidBlockModelGenerators.createAirLikeBlock(Block p_124922_, ResourceLocation p_124923_) private voidBlockModelGenerators.createAirLikeBlock(Block p_124531_, Item p_124532_) private voidBlockModelGenerators.createAmethystCluster(Block p_176252_) private voidBlockModelGenerators.createAnvil(Block p_124981_) voidBlockModelGenerators.createAxisAlignedPillarBlock(Block p_124587_, TexturedModel.Provider p_124588_) (package private) static BlockStateGeneratorBlockModelGenerators.createAxisAlignedPillarBlock(Block p_124882_, ResourceLocation p_124883_) private voidBlockModelGenerators.createAxisAlignedPillarBlockCustomModel(Block p_124902_, ResourceLocation p_124903_) private voidBlockModelGenerators.createAzalea(Block p_176248_) private voidBlockModelGenerators.createBedItem(Block p_124963_, Block p_124964_) private voidBlockModelGenerators.createBeeNest(Block p_124584_, Function<Block, TextureMapping> p_124585_) private voidBlockModelGenerators.createBrushableBlock(Block p_277651_) (package private) static BlockStateGeneratorBlockModelGenerators.createButton(Block p_124885_, ResourceLocation p_124886_, ResourceLocation p_124887_) private voidBlockModelGenerators.createCampfires(Block... p_124714_) private voidBlockModelGenerators.createCandleAndCandleCake(Block p_176245_, Block p_176246_) private voidBlockModelGenerators.createColoredBlockWithRandomRotations(TexturedModel.Provider p_124686_, Block... p_124687_) private voidBlockModelGenerators.createColoredBlockWithStateRotations(TexturedModel.Provider p_124778_, Block... p_124779_) private voidBlockModelGenerators.createCommandBlock(Block p_124978_) private voidBlockModelGenerators.createCopperBulb(Block p_308914_) private BlockStateGeneratorBlockModelGenerators.createCopperBulb(Block p_309175_, ResourceLocation p_309189_, ResourceLocation p_308957_, ResourceLocation p_308948_, ResourceLocation p_309019_) private voidBlockModelGenerators.createCoral(Block p_124537_, Block p_124538_, Block p_124539_, Block p_124540_, Block p_124541_, Block p_124542_, Block p_124543_, Block p_124544_) private voidBlockModelGenerators.createCoralFans(Block p_124731_, Block p_124732_) private voidBlockModelGenerators.createCraftingTableLike(Block p_124550_, Block p_124551_, BiFunction<Block, Block, TextureMapping> p_124552_) private voidBlockModelGenerators.createCropBlock(Block p_124554_, Property<Integer> p_124555_, int... p_124556_) private voidBlockModelGenerators.createCrossBlock(Block p_124738_, BlockModelGenerators.TintState p_124739_) private voidBlockModelGenerators.createCrossBlock(Block p_124741_, BlockModelGenerators.TintState p_124742_, TextureMapping p_124743_) private voidBlockModelGenerators.createCrossBlock(Block p_273533_, BlockModelGenerators.TintState p_273521_, Property<Integer> p_273430_, int... p_273001_) private voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block p_124558_, BlockModelGenerators.TintState p_124559_) private voidBlockModelGenerators.createCrossBlockWithDefaultItem(Block p_124561_, BlockModelGenerators.TintState p_124562_, TextureMapping p_124563_) (package private) static BlockStateGeneratorBlockModelGenerators.createCustomFence(Block p_248625_, ResourceLocation p_248654_, ResourceLocation p_249827_, ResourceLocation p_248819_, ResourceLocation p_251062_, ResourceLocation p_249076_) private voidBlockModelGenerators.createDispenserBlock(Block p_124987_) (package private) voidBlockModelGenerators.createDoor(Block p_124897_) private static BlockStateGeneratorBlockModelGenerators.createDoor(Block p_236284_, ResourceLocation p_236285_, ResourceLocation p_236286_, ResourceLocation p_236287_, ResourceLocation p_236288_, ResourceLocation p_236289_, ResourceLocation p_236290_, ResourceLocation p_236291_, ResourceLocation p_236292_) private voidBlockModelGenerators.createDoubleBlock(Block p_124954_, ResourceLocation p_124955_, ResourceLocation p_124956_) private voidBlockModelGenerators.createDoublePlant(Block p_124792_, BlockModelGenerators.TintState p_124793_) (package private) static BlockStateGeneratorBlockModelGenerators.createFence(Block p_124905_, ResourceLocation p_124906_, ResourceLocation p_124907_) (package private) static BlockStateGeneratorBlockModelGenerators.createFenceGate(Block p_124810_, ResourceLocation p_124811_, ResourceLocation p_124812_, ResourceLocation p_124813_, ResourceLocation p_124814_, boolean p_251730_) private List<ResourceLocation> BlockModelGenerators.createFloorFireModels(Block p_124996_) private voidBlockModelGenerators.createFlowerBed(Block p_273441_) private voidBlockModelGenerators.createFullAndCarpetBlocks(Block p_176218_, Block p_176219_) private voidBlockModelGenerators.createFurnace(Block p_124857_, TexturedModel.Provider p_124858_) voidBlockModelGenerators.createGenericCube(Block p_282830_) private voidBlockModelGenerators.createGlassBlocks(Block p_124879_, Block p_124880_) private voidBlockModelGenerators.createGrassLikeBlock(Block p_124600_, ResourceLocation p_124601_, Variant p_124602_) private voidBlockModelGenerators.createGrowingPlant(Block p_124734_, Block p_124735_, BlockModelGenerators.TintState p_124736_) voidBlockModelGenerators.createHangingSign(Block p_249023_, Block p_250861_, Block p_250943_) private voidBlockModelGenerators.createHorizontallyRotatedBlock(Block p_124745_, TexturedModel.Provider p_124746_) private voidBlockModelGenerators.createLantern(Block p_125005_) private static BlockStateGeneratorBlockModelGenerators.createMirroredColumnGenerator(Block p_176180_, ResourceLocation p_176181_, TextureMapping p_176182_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176183_) private static BlockStateGeneratorBlockModelGenerators.createMirroredCubeGenerator(Block p_176110_, ResourceLocation p_176111_, TextureMapping p_176112_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176113_) private voidBlockModelGenerators.createMultiface(Block p_176086_) private voidBlockModelGenerators.createMushroomBlock(Block p_124984_) private voidBlockModelGenerators.createNetherRoots(Block p_124971_, Block p_124972_) private voidBlockModelGenerators.createNonTemplateHorizontalBlock(Block p_125008_) private voidBlockModelGenerators.createNonTemplateModelBlock(Block p_124961_) private voidBlockModelGenerators.createNonTemplateModelBlock(Block p_124534_, Block p_124535_) private voidBlockModelGenerators.createNormalTorch(Block p_124951_, Block p_124952_) private static BlockStateGeneratorBlockModelGenerators.createNorthWestMirroredCubeGenerator(Block p_236317_, ResourceLocation p_236318_, TextureMapping p_236319_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_236320_) private voidBlockModelGenerators.createNyliumBlock(Block p_124990_) (package private) voidBlockModelGenerators.createOrientableTrapdoor(Block p_124917_) private static BlockStateGeneratorBlockModelGenerators.createOrientableTrapdoor(Block p_124889_, ResourceLocation p_124890_, ResourceLocation p_124891_, ResourceLocation p_124892_) private voidBlockModelGenerators.createPassiveRail(Block p_124969_) (package private) static BlockStateGeneratorBlockModelGenerators.createPillarBlockUVLocked(Block p_259670_, TextureMapping p_259852_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_259181_) private voidBlockModelGenerators.createPistonVariant(Block p_124604_, ResourceLocation p_124605_, TextureMapping p_124606_) private voidBlockModelGenerators.createPlant(Block p_124546_, Block p_124547_, BlockModelGenerators.TintState p_124548_) private voidBlockModelGenerators.createPottedAzalea(Block p_176250_) (package private) static BlockStateGeneratorBlockModelGenerators.createPressurePlate(Block p_124942_, ResourceLocation p_124943_, ResourceLocation p_124944_) private voidBlockModelGenerators.createPumpkinVariant(Block p_124565_, TextureMapping p_124566_) private voidBlockModelGenerators.createRotatableColumn(Block p_124993_) private voidBlockModelGenerators.createRotatedMirroredVariantBlock(Block p_124787_) private voidBlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block p_124590_, TexturedModel.Provider p_124591_, TexturedModel.Provider p_124592_) (package private) static BlockStateGeneratorBlockModelGenerators.createRotatedPillarWithHorizontalVariant(Block p_124925_, ResourceLocation p_124926_, ResourceLocation p_124927_) private static MultiVariantGeneratorBlockModelGenerators.createRotatedVariant(Block p_124832_, ResourceLocation p_124833_) private static MultiVariantGeneratorBlockModelGenerators.createRotatedVariant(Block p_124863_, ResourceLocation p_124864_, ResourceLocation p_124865_) private voidBlockModelGenerators.createRotatedVariantBlock(Block p_124824_) private voidBlockModelGenerators.createShulkerBox(Block p_125011_) private List<ResourceLocation> BlockModelGenerators.createSideFireModels(Block p_124999_) (package private) static MultiVariantGeneratorBlockModelGenerators.createSimpleBlock(Block p_124860_, ResourceLocation p_124861_) private voidBlockModelGenerators.createSimpleFlatItemModel(Block p_124729_) private voidBlockModelGenerators.createSimpleFlatItemModel(Block p_124576_, String p_124577_) (package private) static BlockStateGeneratorBlockModelGenerators.createSlab(Block p_124929_, ResourceLocation p_124930_, ResourceLocation p_124931_, ResourceLocation p_124932_) (package private) static BlockStateGeneratorBlockModelGenerators.createStairs(Block p_124867_, ResourceLocation p_124868_, ResourceLocation p_124869_, ResourceLocation p_124870_) private voidBlockModelGenerators.createStems(Block p_124789_, Block p_124790_) private ResourceLocationBlockModelGenerators.createSuffixedVariant(Block p_124579_, String p_124580_, ModelTemplate p_124581_, Function<ResourceLocation, TextureMapping> p_124582_) private List<ResourceLocation> BlockModelGenerators.createTopFireModels(Block p_125002_) (package private) voidBlockModelGenerators.createTrapdoor(Block p_124937_) private static BlockStateGeneratorBlockModelGenerators.createTrapdoor(Block p_124909_, ResourceLocation p_124910_, ResourceLocation p_124911_, ResourceLocation p_124912_) voidBlockModelGenerators.createTrivialBlock(Block p_124795_, TexturedModel.Provider p_124796_) private voidBlockModelGenerators.createTrivialBlock(Block p_124568_, TextureMapping p_124569_, ModelTemplate p_124570_) voidBlockModelGenerators.createTrivialCube(Block p_124852_) (package private) static BlockStateGeneratorBlockModelGenerators.createWall(Block p_124839_, ResourceLocation p_124840_, ResourceLocation p_124841_, ResourceLocation p_124842_) private voidBlockModelGenerators.createWeightedPressurePlate(Block p_124919_, Block p_124920_) BlockModelGenerators.BlockEntityModelGenerator.createWithCustomBlockItemModel(ModelTemplate p_125023_, Block... p_125024_) BlockModelGenerators.BlockEntityModelGenerator.createWithoutBlockItem(Block... p_125028_) BlockModelGenerators.BlockFamilyProvider.customFence(Block p_250333_) BlockModelGenerators.BlockFamilyProvider.customFenceGate(Block p_248640_) (package private) voidBlockModelGenerators.delegateItemModel(Block p_124798_, ResourceLocation p_124799_) BlockModelGenerators.BlockFamilyProvider.donateModelTo(Block p_308961_, Block p_309136_) BlockModelGenerators.BlockFamilyProvider.fullBlock(Block p_125041_, ModelTemplate p_125042_) BlockModelGenerators.BlockFamilyProvider.fullBlockVariant(Block p_176272_) private ResourceLocationBlockModelGenerators.BlockFamilyProvider.getOrCreateModel(ModelTemplate p_176262_, Block p_176263_) BlockModelGenerators.WoodProvider.logUVLocked(Block p_259915_) BlockModelGenerators.WoodProvider.logWithHorizontal(Block p_125079_) BlockModelGenerators.BlockFamilyProvider.pressurePlate(Block p_125052_) (package private) voidBlockModelGenerators.skipAutoItemBlock(Block p_124525_) private voidBlockModelGenerators.woodProvider(Block p_124949_) Method parameters in net.minecraft.data.models with type arguments of type BlockModifier and TypeMethodDescriptionprivate voidBlockModelGenerators.createBeeNest(Block p_124584_, Function<Block, TextureMapping> p_124585_) private voidBlockModelGenerators.createCraftingTableLike(Block p_124550_, Block p_124551_, BiFunction<Block, Block, TextureMapping> p_124552_) private voidBlockModelGenerators.createCraftingTableLike(Block p_124550_, Block p_124551_, BiFunction<Block, Block, TextureMapping> p_124552_) Constructors in net.minecraft.data.models with parameters of type BlockModifierConstructorDescriptionBlockEntityModelGenerator(ResourceLocation p_125020_, Block p_125021_) -
Uses of Block in net.minecraft.data.models.blockstates
Fields in net.minecraft.data.models.blockstates declared as BlockModifier and TypeFieldDescriptionprivate final BlockMultiPartGenerator.blockprivate final BlockMultiVariantGenerator.blockMethods in net.minecraft.data.models.blockstates that return BlockModifier and TypeMethodDescriptionBlockStateGenerator.getBlock()MultiPartGenerator.getBlock()MultiVariantGenerator.getBlock()Methods in net.minecraft.data.models.blockstates with parameters of type BlockModifier and TypeMethodDescriptionstatic MultiPartGeneratorstatic MultiVariantGeneratorMultiVariantGenerator.multiVariant(Block p_125255_) static MultiVariantGeneratorMultiVariantGenerator.multiVariant(Block p_125257_, Variant p_125258_) static MultiVariantGeneratorMultiVariantGenerator.multiVariant(Block p_125260_, Variant... p_125261_) Constructors in net.minecraft.data.models.blockstates with parameters of type BlockModifierConstructorDescriptionprivateMultiPartGenerator(Block p_125202_) privateMultiVariantGenerator(Block p_125251_, List<Variant> p_125252_) -
Uses of Block in net.minecraft.data.models.model
Methods in net.minecraft.data.models.model with parameters of type BlockModifier and TypeMethodDescriptionstatic TextureMappingTextureMapping.attachedStem(Block p_125751_, Block p_125752_) static TextureMappingstatic TextureMappingTextureMapping.candleCake(Block p_181477_, boolean p_181478_) static TextureMappingstatic TextureMappingTextureMapping.columnWithWall(Block p_125831_) static TextureMappingTextureMapping.commandBlock(Block p_125845_) static TextureMappingTextureMapping.craftingTable(Block p_125783_, Block p_125784_) ModelTemplate.create(Block p_125593_, TextureMapping p_125594_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125595_) TexturedModel.create(Block p_125938_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125939_) default ResourceLocationTexturedModel.Provider.create(Block p_125957_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125958_) ModelTemplate.createWithOverride(Block p_125617_, String p_125618_, TextureMapping p_125619_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125620_) ModelTemplate.createWithSuffix(Block p_125597_, String p_125598_, TextureMapping p_125599_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125600_) TexturedModel.createWithSuffix(Block p_125934_, String p_125935_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125936_) default ResourceLocationTexturedModel.Provider.createWithSuffix(Block p_125953_, String p_125954_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_125955_) static TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.cubeBottomTop(Block p_125827_) static TextureMappingTextureMapping.cubeBottomTopWithWall(Block p_125829_) static TextureMappingstatic TextureMappingTextureMapping.customParticle(Block p_250579_) static TextureMappingTextureMapping.defaultTexture(Block p_125769_) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.fletchingTable(Block p_125793_, Block p_125794_) static TextureMappingstatic ResourceLocationTextureMapping.getBlockTexture(Block p_125741_) static ResourceLocationTextureMapping.getBlockTexture(Block p_125754_, String p_125755_) ModelTemplate.getDefaultModelLocation(Block p_309103_) static ResourceLocationModelLocationUtils.getModelLocation(Block p_125577_) static ResourceLocationModelLocationUtils.getModelLocation(Block p_125579_, String p_125580_) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.orientableCube(Block p_125847_) static TextureMappingTextureMapping.orientableCubeOnlyTop(Block p_125849_) static TextureMappingTextureMapping.orientableCubeSameEnds(Block p_125851_) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.pottedAzalea(Block p_278329_) static TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingstatic TextureMappingTextureMapping.trialSpawner(Block p_312500_, String p_312068_, String p_312882_) static TextureMappingTextureMapping.vault(Block p_323779_, String p_324087_, String p_324266_, String p_324048_, String p_324417_) static TextureMappingMethod parameters in net.minecraft.data.models.model with type arguments of type BlockModifier and TypeMethodDescriptionprivate static TexturedModel.ProviderTexturedModel.createDefault(Function<Block, TextureMapping> p_125943_, ModelTemplate p_125944_) -
Uses of Block in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return BlockModifier and TypeMethodDescriptionprotected static BlockRecipeProvider.getBaseBlock(BlockFamily p_176524_, BlockFamily.Variant p_176525_) Methods in net.minecraft.data.recipes with parameters of type BlockModifier and TypeMethodDescriptionprotected static voidRecipeProvider.copperBulb(RecipeOutput p_308971_, Block p_309026_, Block p_308866_) protected static voidRecipeProvider.grate(RecipeOutput p_309012_, Block p_309021_, Block p_309140_) protected static Criterion<EnterBlockTrigger.TriggerInstance> -
Uses of Block in net.minecraft.data.tags
Fields in net.minecraft.data.tags with type parameters of type BlockModifier and TypeFieldDescriptionprivate final CompletableFuture<TagsProvider.TagLookup<Block>> ItemTagsProvider.blockTagsItemTagsProvider.tagsToCopyMethod parameters in net.minecraft.data.tags with type arguments of type 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 p_194811_) -
Uses of Block in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with parameters of type BlockModifier and TypeMethodDescriptionprivate static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createStraightBlobTree(Block p_195147_, Block p_195148_, int p_195149_, int p_195150_, int p_195151_, int p_195152_) Method parameters in net.minecraft.data.worldgen.features with type arguments of type BlockModifier and TypeMethodDescriptionstatic <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F p_206477_, FC p_206478_, List<Block> p_206479_) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) private static BlockPredicateFeatureUtils.simplePatchPredicate(List<Block> p_195009_) -
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 p_206494_) static List<PlacementModifier> VegetationPlacements.treePlacement(PlacementModifier p_195482_, Block p_195483_) -
Uses of Block in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type BlockModifier and TypeMethodDescriptionvoidGameTestHelper.assertBlockNotPresent(Block p_177337_, int p_177338_, int p_177339_, int p_177340_) voidGameTestHelper.assertBlockNotPresent(Block p_177342_, BlockPos p_177343_) voidGameTestHelper.assertBlockPresent(Block p_177204_, int p_177205_, int p_177206_, int p_177207_) voidGameTestHelper.assertBlockPresent(Block p_177209_, BlockPos p_177210_) voidvoidprotected static voidReportGameListener.spawnBeacon(GameTestInfo p_177720_, Block p_177721_) voidGameTestHelper.succeedWhenBlockPresent(Block p_177378_, int p_177379_, int p_177380_, int p_177381_) voidGameTestHelper.succeedWhenBlockPresent(Block p_177383_, BlockPos p_177384_) Method parameters in net.minecraft.gametest.framework with type arguments of type Block -
Uses of Block in net.minecraft.nbt
Method parameters in net.minecraft.nbt with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockStateNbtUtils.readBlockState(HolderGetter<Block> p_256363_, CompoundTag p_250775_) -
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 p_131715_, Block p_131716_, int p_131717_, int p_131718_) -
Uses of Block in net.minecraft.references
Fields in net.minecraft.references with type parameters of type BlockModifier and TypeFieldDescriptionstatic final ResourceKey<Block> Blocks.ATTACHED_MELON_STEMstatic final ResourceKey<Block> Blocks.ATTACHED_PUMPKIN_STEMstatic final ResourceKey<Block> Blocks.MELONstatic final ResourceKey<Block> Blocks.MELON_STEMstatic final ResourceKey<Block> Blocks.PUMPKINstatic final ResourceKey<Block> Blocks.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 p_8746_, Block p_8747_, int p_8748_, int p_8749_) voidServerLevel.blockUpdated(BlockPos p_8743_, Block p_8744_) voidServerLevel.neighborChanged(BlockPos p_215048_, Block p_215049_, BlockPos p_215050_) voidServerLevel.neighborChanged(BlockState p_215035_, BlockPos p_215036_, Block p_215037_, BlockPos p_215038_, boolean p_215039_) private voidvoidServerLevel.updateNeighborsAt(BlockPos p_215045_, Block p_215046_) voidServerLevel.updateNeighborsAtExceptFromFacing(BlockPos p_215052_, Block p_215053_, Direction p_215054_) -
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.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.BAMBOO_PLANTABLE_ONBlockTags.BANNERSBlockTags.BASE_STONE_NETHERBlockTags.BASE_STONE_OVERWORLDBlockTags.BEACON_BASE_BLOCKSBlockTags.BEDSBlockTags.BEE_GROWABLESBlockTags.BEEHIVESBlockTags.BIG_DRIPLEAF_PLACEABLEBlockTags.BIRCH_LOGSBlockTags.BLOCKS_WIND_CHARGE_EXPLOSIONSBlockTags.BUTTONSBlockTags.CAMEL_SAND_STEP_SOUND_BLOCKSBlockTags.CAMPFIRESBlockTags.CANDLE_CAKESBlockTags.CANDLESBlockTags.CAULDRONSBlockTags.CAVE_VINESBlockTags.CEILING_HANGING_SIGNSBlockTags.CHERRY_LOGSBlockTags.CLIMBABLEBlockTags.COAL_ORESBlockTags.COMBINATION_STEP_SOUND_BLOCKSBlockTags.COMPLETES_FIND_TREE_TUTORIALBlockTags.CONCRETE_POWDERBlockTags.CONVERTABLE_TO_MUDBlockTags.COPPER_ORESBlockTags.CORAL_BLOCKSBlockTags.CORAL_PLANTSBlockTags.CORALSBlockTags.CRIMSON_STEMSBlockTags.CROPSBlockTags.CRYSTAL_SOUND_BLOCKSBlockTags.DAMPENS_VIBRATIONSBlockTags.DARK_OAK_LOGSBlockTags.DEAD_BUSH_MAY_PLACE_ONBlockTags.DEEPSLATE_ORE_REPLACEABLESBlockTags.DIAMOND_ORESBlockTags.DIRTBlockTags.DOES_NOT_BLOCK_HOPPERSBlockTags.DOORSBlockTags.DRAGON_IMMUNEBlockTags.DRAGON_TRANSPARENTBlockTags.DRIPSTONE_REPLACEABLEBlockTags.EMERALD_ORESBlockTags.ENCHANTMENT_POWER_PROVIDERBlockTags.ENCHANTMENT_POWER_TRANSMITTERBlockTags.ENDERMAN_HOLDABLEBlockTags.FALL_DAMAGE_RESETTINGBlockTags.FEATURES_CANNOT_REPLACEBlockTags.FENCE_GATESBlockTags.FENCESBlockTags.FIREBlockTags.FLOWER_POTSBlockTags.FLOWERSBlockTags.FOXES_SPAWNABLE_ONBlockTags.FROG_PREFER_JUMP_TOBlockTags.FROGS_SPAWNABLE_ONBlockTags.GEODE_INVALID_BLOCKSBlockTags.GOATS_SPAWNABLE_ONBlockTags.GOLD_ORESBlockTags.GUARDED_BY_PIGLINSBlockTags.HOGLIN_REPELLENTSBlockTags.ICEBlockTags.IMPERMEABLEBlockTags.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.LAPIS_ORESBlockTags.LAVA_POOL_STONE_CANNOT_REPLACEBlockTags.LEAVESBlockTags.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.MOOSHROOMS_SPAWNABLE_ONBlockTags.MOSS_REPLACEABLEBlockTags.MUSHROOM_GROW_BLOCKBlockTags.NEEDS_DIAMOND_TOOLBlockTags.NEEDS_IRON_TOOLBlockTags.NEEDS_STONE_TOOLBlockTags.NETHER_CARVER_REPLACEABLESBlockTags.NYLIUMBlockTags.OAK_LOGSBlockTags.OCCLUDES_VIBRATION_SIGNALSBlockTags.OVERWORLD_CARVER_REPLACEABLESBlockTags.OVERWORLD_NATURAL_LOGSBlockTags.PARROTS_SPAWNABLE_ONBlockTags.PIGLIN_REPELLENTSBlockTags.PLANKSBlockTags.POLAR_BEARS_SPAWNABLE_ON_ALTERNATEBlockTags.PORTALSBlockTags.PRESSURE_PLATESBlockTags.PREVENT_MOB_SPAWNING_INSIDEBlockTags.RABBITS_SPAWNABLE_ONBlockTags.RAILSBlockTags.REDSTONE_ORESBlockTags.REPLACEABLEBlockTags.REPLACEABLE_BY_TREESBlockTags.SANDBlockTags.SAPLINGSBlockTags.SCULK_REPLACEABLEBlockTags.SCULK_REPLACEABLE_WORLD_GENBlockTags.SHULKER_BOXESBlockTags.SIGNSBlockTags.SLABSBlockTags.SMALL_DRIPLEAF_PLACEABLEBlockTags.SMALL_FLOWERSBlockTags.SMELTS_TO_GLASSBlockTags.SNAPS_GOAT_HORNBlockTags.SNIFFER_DIGGABLE_BLOCKBlockTags.SNIFFER_EGG_HATCH_BOOSTBlockTags.SNOWBlockTags.SNOW_LAYER_CAN_SURVIVE_ONBlockTags.SNOW_LAYER_CANNOT_SURVIVE_ONBlockTags.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.SWORD_EFFICIENTBlockTags.TALL_FLOWERSBlockTags.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_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.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> p_273268_, MobCategory p_272918_, boolean p_273417_, boolean p_273389_, boolean p_273556_, boolean p_272654_, com.google.common.collect.ImmutableSet<Block> p_273631_, EntityDimensions p_272946_, float p_338404_, int p_272895_, int p_273451_, FeatureFlagSet p_273518_) EntityType(EntityType.EntityFactory<T> p_273268_, MobCategory p_272918_, boolean p_273417_, boolean p_273389_, boolean p_273556_, boolean p_272654_, com.google.common.collect.ImmutableSet<Block> p_273631_, EntityDimensions p_272946_, float p_338404_, int p_272895_, int p_273451_, FeatureFlagSet p_273518_, Predicate<EntityType<?>> trackDeltasSupplier, ToIntFunction<EntityType<?>> trackingRangeSupplier, ToIntFunction<EntityType<?>> updateIntervalSupplier) -
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 p_250024_, int p_249524_, int p_250434_, float p_252307_, Function<E, SoundEvent> p_248661_, TagKey<Block> p_251760_, float p_249002_, BiPredicate<E, BlockPos> p_251818_) -
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 p_25840_, PathfinderMob p_25841_, double p_25842_, int p_25843_) -
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 p_218074_) -
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 p_149651_, BlockPos p_149652_) -
Uses of Block in net.minecraft.world.entity.npc
Fields in net.minecraft.world.entity.npc 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 that return types with arguments of type BlockModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Block> VillagerProfession.secondaryPoi()Returns the value of thesecondaryPoirecord component.Constructors in net.minecraft.world.entity.npc with parameters of type BlockModifierConstructorDescriptionItemsForEmeralds(Block p_35765_, int p_35766_, int p_35767_, int p_35768_, int p_35769_) -
Uses of Block in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as BlockMethods in net.minecraft.world.entity.vehicle that return BlockConstructors in net.minecraft.world.entity.vehicle with parameters of type Block -
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 p_38890_, Player p_38891_, Block p_38892_) -
Uses of Block in net.minecraft.world.item
Fields in net.minecraft.world.item declared as BlockModifier and TypeFieldDescriptionprivate final BlockAirItem.blockprivate 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.FLATTENABLESTiers.incorrectBlocksForDropsAxeItem.STRIPPABLESAxeItem.STRIPPABLESprotected static final Map<Block, com.mojang.datafixers.util.Pair<Predicate<UseOnContext>, Consumer<UseOnContext>>> HoeItem.TILLABLESDeprecated.Forge: This map is patched out of vanilla code.HoneycombItem.WAX_OFF_BY_BLOCKHoneycombItem.WAX_OFF_BY_BLOCKHoneycombItem.WAXABLESHoneycombItem.WAXABLESMethods in net.minecraft.world.item that return BlockMethods in net.minecraft.world.item that return types with arguments of type BlockModifier and TypeMethodDescriptionTier.getIncorrectBlocksForDrops()Tiers.getIncorrectBlocksForDrops()Tiers.getTag()Methods in net.minecraft.world.item with parameters of type BlockModifier and TypeMethodDescriptionstatic ItemDeprecated.static ItemItems.registerBlock(Block p_42806_) static ItemItems.registerBlock(Block p_332741_, UnaryOperator<Item.Properties> p_332641_) static ItemItems.registerBlock(Block p_42811_, Item p_42812_) static ItemItems.registerBlock(Block p_252092_, Block... p_248886_) Method parameters in net.minecraft.world.item with type arguments of type BlockModifier and TypeMethodDescriptiondefault ToolTier.createToolProperties(TagKey<Block> p_335416_) voidBlockItem.registerBlocks(Map<Block, Item> p_40607_, Item p_40608_) voidStandingAndWallBlockItem.registerBlocks(Map<Block, Item> p_43252_, Item p_43253_) voidBlockItem.removeFromBlockToItemMap(Map<Block, Item> blockToItemMap, Item itemIn) voidStandingAndWallBlockItem.removeFromBlockToItemMap(Map<Block, Item> blockToItemMap, Item itemIn) Constructors in net.minecraft.world.item with parameters of type BlockModifierConstructorDescriptionAirItem(Block p_40368_, Item.Properties p_40369_) BannerItem(Block p_40534_, Block p_40535_, Item.Properties p_40536_) BedItem(Block p_40558_, Item.Properties p_40559_) BlockItem(Block p_40565_, Item.Properties p_40566_) DoubleHighBlockItem(Block p_41010_, Item.Properties p_41011_) GameMasterBlockItem(Block p_41318_, Item.Properties p_41319_) HangingSignItem(Block p_251582_, Block p_250734_, Item.Properties p_250266_) ItemNameBlockItem(Block p_41579_, Item.Properties p_41580_) PlaceOnWaterBlockItem(Block p_220226_, Item.Properties p_220227_) PlayerHeadItem(Block p_42971_, Block p_42972_, Item.Properties p_42973_) ScaffoldingBlockItem(Block p_43060_, Item.Properties p_43061_) SignItem(Item.Properties p_43126_, Block p_43127_, Block p_43128_) SignItem(Item.Properties p_278081_, Block p_277743_, Block p_277375_, Direction p_278052_) SolidBucketItem(Block p_151187_, SoundEvent p_151188_, Item.Properties p_151189_) StandingAndWallBlockItem(Block p_248873_, Block p_251044_, Item.Properties p_249308_, Direction p_250800_) Constructor parameters in net.minecraft.world.item with type arguments of type BlockModifierConstructorDescriptionprotectedDiggerItem(Tier p_204110_, TagKey<Block> p_204111_, Item.Properties p_204112_) privateTiers(TagKey<Block> p_336171_, int p_43332_, float p_43334_, float p_43335_, int p_43333_, Supplier<Ingredient> p_43337_) -
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(TagKey<Block> p_335654_) private static Tool.Ruleprivate static Tool.Rulestatic Tool.RuleTool.Rule.minesAndDrops(List<Block> p_335413_, float p_335923_) static Tool.RuleTool.Rule.minesAndDrops(TagKey<Block> p_335441_, float p_336060_) static Tool.RuleTool.Rule.overrideSpeed(List<Block> p_335776_, float p_335593_) static Tool.RuleTool.Rule.overrideSpeed(TagKey<Block> p_335580_, float p_335857_) DebugStickState.withProperty(Holder<Block> p_331264_, Property<?> p_330373_) Constructor parameters in net.minecraft.world.item.component with type arguments of type Block -
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.Methods 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 p_46582_, Block p_46583_, int p_46584_, int p_46585_) default voidLevelAccessor.blockUpdated(BlockPos p_46781_, Block p_46782_) voidLevel.neighborChanged(BlockPos p_46587_, Block p_46588_, BlockPos p_46589_) voidLevel.neighborChanged(BlockState p_220379_, BlockPos p_220380_, Block p_220381_, BlockPos p_220382_, boolean p_220383_) default voidLevelAccessor.scheduleTick(BlockPos p_186461_, Block p_186462_, int p_186463_) default voidLevelAccessor.scheduleTick(BlockPos p_186465_, Block p_186466_, int p_186467_, TickPriority p_186468_) voidLevel.updateNeighborsAt(BlockPos p_46673_, Block p_46674_) voidLevel.updateNeighborsAtExceptFromFacing(BlockPos p_46591_, Block p_46592_, Direction p_46593_) voidLevel.updateNeighbourForOutputSignal(BlockPos p_46718_, Block p_46719_) 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>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields 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_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_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_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.CACTUSstatic 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.CHAINstatic 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_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_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.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_DOORstatic final BlockBlocks.COPPER_GRATEstatic final BlockBlocks.COPPER_OREstatic final BlockBlocks.COPPER_TRAPDOORstatic 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.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_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_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_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_CHESTstatic final BlockBlocks.EXPOSED_CHISELED_COPPERstatic final BlockBlocks.EXPOSED_COPPERstatic final BlockBlocks.EXPOSED_COPPER_BULBstatic final BlockBlocks.EXPOSED_COPPER_DOORstatic 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.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.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.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_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_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.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_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_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.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_DAISYstatic final BlockBlocks.OXIDIZED_CHISELED_COPPERstatic final BlockBlocks.OXIDIZED_COPPERstatic final BlockBlocks.OXIDIZED_COPPER_BULBstatic final BlockBlocks.OXIDIZED_COPPER_DOORstatic 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.PACKED_ICEstatic final BlockBlocks.PACKED_MUDstatic 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_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_JUNGLE_SAPLINGstatic final BlockBlocks.POTTED_LILY_OF_THE_VALLEYstatic final BlockBlocks.POTTED_MANGROVE_PROPAGULEstatic final BlockBlocks.POTTED_OAK_SAPLINGstatic final BlockBlocks.POTTED_ORANGE_TULIPstatic final BlockBlocks.POTTED_OXEYE_DAISYstatic 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 BlockFungusBlock.requiredBlockstatic 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_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_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_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_GRASSstatic final BlockBlocks.TALL_SEAGRASSstatic final BlockBlocks.TARGETstatic final BlockBlocks.TERRACOTTAstatic 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_PLANTstatic 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_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_CAULDRONstatic final BlockBlocks.WAXED_CHISELED_COPPERstatic final BlockBlocks.WAXED_COPPER_BLOCKstatic final BlockBlocks.WAXED_COPPER_BULBstatic final BlockBlocks.WAXED_COPPER_DOORstatic 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_DOORstatic final BlockBlocks.WAXED_EXPOSED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_EXPOSED_CUT_COPPERstatic final Blockstatic final Blockstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_COPPERstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_BULBstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_DOORstatic final BlockBlocks.WAXED_OXIDIZED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_OXIDIZED_CUT_COPPERstatic final Blockstatic final Blockstatic final Blockstatic final BlockBlocks.WAXED_WEATHERED_COPPERstatic final BlockBlocks.WAXED_WEATHERED_COPPER_BULBstatic final BlockBlocks.WAXED_WEATHERED_COPPER_DOORstatic final BlockBlocks.WAXED_WEATHERED_COPPER_GRATEstatic final Blockstatic final BlockBlocks.WAXED_WEATHERED_CUT_COPPERstatic final Blockstatic final Blockstatic final BlockBlocks.WEATHERED_CHISELED_COPPERstatic final BlockBlocks.WEATHERED_COPPERstatic final BlockBlocks.WEATHERED_COPPER_BULBstatic final BlockBlocks.WEATHERED_COPPER_DOORstatic 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.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.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.attachedStemInfestedBlock.BLOCK_BY_HOST_BLOCKInfestedBlock.BLOCK_BY_HOST_BLOCKprivate final Holder.Reference<Block> Block.builtInRegistryHolderprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<Block> FireBlock.burnOddsBannerBlock.BY_COLORstatic final com.mojang.serialization.MapCodec<Block> Block.CODECstatic final com.mojang.serialization.MapCodec<Block> BlockTypes.CODECstatic final com.mojang.serialization.MapCodec<Block> CoralBlock.DEAD_CORAL_FIELDFlowerPotBlock.flowerDelegateprivate final ResourceKey<Block> AttachedStemBlock.fruitprivate final ResourceKey<Block> StemBlock.fruitprivate final Map<ResourceLocation, Supplier<? extends Block>> FlowerPotBlock.fullPotsprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<Block> FireBlock.igniteOddsWeatheringCopper.NEXT_BY_BLOCKWeatheringCopper.NEXT_BY_BLOCKFlowerPotBlock.POTTED_BY_CONTENTFlowerPotBlock.POTTED_BY_CONTENTWeatheringCopper.PREVIOUS_BY_BLOCKWeatheringCopper.PREVIOUS_BY_BLOCKSculkSpreader.replaceableBlocksprotected final StateDefinition<Block, BlockState> Block.stateDefinitionprivate final ResourceKey<Block> AttachedStemBlock.stemMethods in net.minecraft.world.level.block that return BlockModifier and TypeMethodDescriptionprotected BlockBlock.asBlock()private static Blockstatic Blockstatic Blockprivate static Blockprivate static Blockstatic BlockShulkerBoxBlock.getBlockByColor(DyeColor p_56191_) 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()private static Blockprivate static BlockBlocks.legacyStair(Block p_312243_) Deprecated.private static Blockprivate static Blockprivate static BlockBlocks.netherStem(MapColor p_285125_) private static BlockBlocks.pistonBase(boolean p_50799_) static Blockstatic BlockBlocks.register(ResourceKey<Block> p_304740_, Block p_294615_) private static BlockBlocks.shulkerBox(DyeColor p_50767_, MapColor p_304422_) private static BlockBlocks.stainedGlass(DyeColor p_50802_) private static Blockprivate static BlockBlocks.stoneButton()private static BlockBlocks.woodenButton(BlockSetType p_278239_) Methods in net.minecraft.world.level.block that return types with arguments of type BlockModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends Block> Block.builtInRegistryHolder()Deprecated.protected com.mojang.serialization.MapCodec<? extends Block> Block.codec()Map<ResourceLocation, Supplier<? extends Block>> FlowerPotBlock.getFullPotsView()WeatheringCopper.getPrevious(Block p_154891_) Block.getStateDefinition()SculkSpreader.replaceableBlocks()Methods in net.minecraft.world.level.block with parameters of type BlockModifier and TypeMethodDescriptionprivate static Blockstatic DyeColorShulkerBoxBlock.getColorFromBlock(Block p_56263_) static Blockprotected static floatCropBlock.getGrowthSpeed(Block p_52273_, BlockGetter p_52274_, BlockPos p_52275_) GrowingPlantBodyBlock.getHeadPos(BlockGetter p_153323_, BlockPos p_153324_, Block p_153325_) WeatheringCopper.getPrevious(Block p_154891_) static WoodTypeSignBlock.getWoodType(Block p_251096_) private static BlockBlocks.legacyStair(Block p_312243_) Deprecated.protected voidAbstractSkullBlock.neighborChanged(BlockState p_301179_, Level p_301325_, BlockPos p_301085_, Block p_301182_, BlockPos p_301255_, boolean p_300890_) protected voidBaseRailBlock.neighborChanged(BlockState p_49377_, Level p_49378_, BlockPos p_49379_, Block p_49380_, BlockPos p_49381_, boolean p_49382_) protected voidBellBlock.neighborChanged(BlockState p_49729_, Level p_49730_, BlockPos p_49731_, Block p_49732_, BlockPos p_49733_, boolean p_49734_) protected voidBigDripleafBlock.neighborChanged(BlockState p_152271_, Level p_152272_, BlockPos p_152273_, Block p_152274_, BlockPos p_152275_, boolean p_152276_) protected voidCommandBlock.neighborChanged(BlockState p_51838_, Level p_51839_, BlockPos p_51840_, Block p_51841_, BlockPos p_51842_, boolean p_51843_) protected voidCopperBulbBlock.neighborChanged(BlockState p_309025_, Level p_308955_, BlockPos p_309153_, Block p_308949_, BlockPos p_308887_, boolean p_309085_) protected voidCrafterBlock.neighborChanged(BlockState p_307205_, Level p_307451_, BlockPos p_307272_, Block p_307542_, BlockPos p_307508_, boolean p_307540_) protected voidDiodeBlock.neighborChanged(BlockState p_52525_, Level p_52526_, BlockPos p_52527_, Block p_52528_, BlockPos p_52529_, boolean p_52530_) protected voidDispenserBlock.neighborChanged(BlockState p_52700_, Level p_52701_, BlockPos p_52702_, Block p_52703_, BlockPos p_52704_, boolean p_52705_) protected voidDoorBlock.neighborChanged(BlockState p_52776_, Level p_52777_, BlockPos p_52778_, Block p_52779_, BlockPos p_52780_, boolean p_52781_) protected voidFenceGateBlock.neighborChanged(BlockState p_53372_, Level p_53373_, BlockPos p_53374_, Block p_53375_, BlockPos p_53376_, boolean p_53377_) protected voidFrostedIceBlock.neighborChanged(BlockState p_53579_, Level p_53580_, BlockPos p_53581_, Block p_53582_, BlockPos p_53583_, boolean p_53584_) protected voidHopperBlock.neighborChanged(BlockState p_54078_, Level p_54079_, BlockPos p_54080_, Block p_54081_, BlockPos p_54082_, boolean p_54083_) protected voidLiquidBlock.neighborChanged(BlockState p_54709_, Level p_54710_, BlockPos p_54711_, Block p_54712_, BlockPos p_54713_, boolean p_54714_) protected voidNoteBlock.neighborChanged(BlockState p_55041_, Level p_55042_, BlockPos p_55043_, Block p_55044_, BlockPos p_55045_, boolean p_55046_) protected voidRedstoneLampBlock.neighborChanged(BlockState p_55666_, Level p_55667_, BlockPos p_55668_, Block p_55669_, BlockPos p_55670_, boolean p_55671_) protected voidRedstoneTorchBlock.neighborChanged(BlockState p_55699_, Level p_55700_, BlockPos p_55701_, Block p_55702_, BlockPos p_55703_, boolean p_55704_) protected voidRedStoneWireBlock.neighborChanged(BlockState p_55561_, Level p_55562_, BlockPos p_55563_, Block p_55564_, BlockPos p_55565_, boolean p_55566_) protected voidSpongeBlock.neighborChanged(BlockState p_56801_, Level p_56802_, BlockPos p_56803_, Block p_56804_, BlockPos p_56805_, boolean p_56806_) protected voidStructureBlock.neighborChanged(BlockState p_57135_, Level p_57136_, BlockPos p_57137_, Block p_57138_, BlockPos p_57139_, boolean p_57140_) protected voidTntBlock.neighborChanged(BlockState p_57457_, Level p_57458_, BlockPos p_57459_, Block p_57460_, BlockPos p_57461_, boolean p_57462_) protected voidTrapDoorBlock.neighborChanged(BlockState p_57547_, Level p_57548_, BlockPos p_57549_, Block p_57550_, BlockPos p_57551_, boolean p_57552_) private static voidTripWireHookBlock.notifyNeighbors(Block p_304466_, Level p_57694_, BlockPos p_57695_, Direction p_57696_) static Blockstatic BlockBlocks.register(ResourceKey<Block> p_304740_, Block p_294615_) voidFireBlock.setFlammable(Block p_53445_, int p_53446_, int p_53447_) private static Blockprotected voidBaseRailBlock.updateState(BlockState p_49372_, Level p_49373_, BlockPos p_49374_, Block p_49375_) protected voidPoweredRailBlock.updateState(BlockState p_55232_, Level p_55233_, BlockPos p_55234_, Block p_55235_) protected voidRailBlock.updateState(BlockState p_55397_, Level p_55398_, BlockPos p_55399_, Block p_55400_) Method parameters in net.minecraft.world.level.block with type arguments of type BlockModifier and TypeMethodDescriptionvoidFlowerPotBlock.addPlant(ResourceLocation flower, Supplier<? extends Block> fullPot) static com.mojang.serialization.MapCodec<? extends Block> protected voidAbstractFurnaceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_48725_) protected voidAbstractSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_300993_) protected voidAmethystClusterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152043_) protected voidAnvilBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_48814_) protected voidAttachedStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_48855_) protected voidBambooStalkBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_261641_) protected voidBannerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49036_) protected voidBarrelBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49088_) protected voidBarrierBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_296107_) protected voidBaseCoralPlantTypeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49180_) protected voidBaseCoralWallFanBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49217_) protected voidBedBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49532_) protected voidBeehiveBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49646_) protected voidBeetrootBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49665_) protected voidBellBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49751_) protected voidBigDripleafBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152300_) protected voidBigDripleafStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152376_) protected voidBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_49915_) protected voidBrewingStandBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_50948_) protected voidBrushableBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_277623_) protected voidBubbleColumnBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_50997_) protected voidButtonBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51101_) protected voidCactusBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51164_) protected voidCakeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51220_) protected voidCalibratedSculkSensorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_277652_) protected voidCampfireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51305_) protected voidCandleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152840_) protected voidCandleCakeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152905_) protected voidCarvedPumpkinBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51385_) protected voidCaveVinesBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_152993_) protected voidCaveVinesPlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153031_) protected voidCeilingHangingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_251174_) protected voidChainBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51468_) protected voidChestBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51562_) protected voidChiseledBookShelfBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_250973_) protected voidChorusFlowerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51694_) protected voidChorusPlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51735_) protected voidCocoaBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51778_) protected voidCommandBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51851_) protected voidComparatorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51887_) protected voidComposterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_51965_) protected voidConduitBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52118_) protected voidCopperBulbBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_308903_) protected voidCrafterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_307200_) protected voidCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52286_) protected voidDaylightDetectorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52398_) protected voidDecoratedPotBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_273169_) protected voidDetectorRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52469_) protected voidDispenserBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52719_) protected voidDoorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52803_) protected voidDoublePlantBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_52901_) protected voidEnderChestBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53167_) protected voidEndPortalFrameBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53071_) protected voidEndRodBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53105_) protected voidFarmBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53283_) protected voidFenceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53334_) protected voidFenceGateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53389_) protected voidFireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53465_) protected voidFrostedIceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53586_) protected voidGlazedTerracottaBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53681_) protected voidGlowLichenBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153309_) protected voidGrindstoneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53838_) protected voidGrowingPlantHeadBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_53958_) protected voidHangingRootsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153358_) protected voidHeavyCoreBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_333925_) protected voidHopperBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54097_) protected voidHugeMushroomBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54153_) protected voidInfestedRotatedPillarBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153446_) protected voidIronBarsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54221_) protected voidJigsawBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54244_) protected voidJukeboxBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54294_) protected voidLadderBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54370_) protected voidLanternBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153490_) protected voidLayeredCauldronBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153549_) protected voidLeavesBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54447_) protected voidLecternBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54543_) protected voidLeverBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54663_) protected voidLightBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153687_) protected voidLightningRodBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153746_) protected voidLiquidBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54730_) protected voidLoomBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54794_) protected voidMangrovePropaguleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_221484_) protected voidMangroveRootsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_221521_) protected voidMultifaceBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_153917_) protected voidNetherPortalBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54935_) protected voidNetherWartBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_54977_) protected voidNoteBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55055_) protected voidObserverBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55125_) protected voidPinkPetalsBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_272634_) protected voidPitcherCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_277573_) protected voidPointedDripstoneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_154157_) protected voidPoweredRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55243_) protected voidPressurePlateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55262_) protected voidRailBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55408_) protected voidRedstoneLampBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55673_) protected voidRedStoneOreBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55484_) protected voidRedstoneTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55717_) protected voidRedstoneWallTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55779_) protected voidRedStoneWireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55605_) protected voidRepeaterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55828_) protected voidRespawnAnchorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55886_) protected voidRotatedPillarBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_55933_) protected voidSaplingBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56001_) protected voidScaffoldingBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56051_) protected voidSculkCatalystBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_222115_) protected voidSculkSensorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_154464_) protected voidSculkShriekerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_222211_) protected voidSculkVeinBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_222391_) protected voidSeaPickleBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56120_) protected voidShulkerBoxBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56249_) protected voidSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56329_) protected voidSlabBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56388_) protected voidSmallDripleafBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_154632_) protected voidSnifferEggBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_277441_) protected voidSnowLayerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56613_) protected voidSnowyDirtBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56651_) protected voidStairBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_56932_) protected voidStandingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57012_) protected voidStemBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57040_) protected voidStonecutterBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57096_) protected voidStructureBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57142_) protected voidSugarCaneBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57186_) protected voidSweetBerryBushBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57282_) protected voidTargetBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57407_) protected voidTntBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57464_) protected voidTorchflowerCropBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_272679_) protected voidTrapDoorBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57561_) protected voidTrialSpawnerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_312785_) protected voidTripWireBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57652_) protected voidTripWireHookBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57738_) protected voidTurtleEggBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57799_) protected voidVaultBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_323673_) protected voidVineBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57882_) protected voidWallBannerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_57942_) protected voidWallBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_58032_) protected voidWallHangingSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_251029_) protected voidWallSignBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_58090_) protected voidWallSkullBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_58112_) protected voidWallTorchBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_58150_) protected voidWaterloggedTransparentBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_313896_) protected voidWeightedPressurePlateBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_58211_) private static BlockStateMultifaceBlock.getDefaultMultifaceState(StateDefinition<Block, BlockState> p_153919_) static BlockBlocks.register(ResourceKey<Block> p_304740_, Block p_294615_) Constructors in net.minecraft.world.level.block with parameters of type BlockModifierConstructorDescriptionBrushableBlock(Block p_277629_, SoundEvent p_278060_, SoundEvent p_277352_, BlockBehaviour.Properties p_277373_) CandleCakeBlock(Block p_152859_, BlockBehaviour.Properties p_152860_) ChorusFlowerBlock(Block p_304388_, BlockBehaviour.Properties p_51652_) ConcretePowderBlock(Block p_52060_, BlockBehaviour.Properties p_52061_) CoralBlock(Block p_52130_, BlockBehaviour.Properties p_52131_) CoralFanBlock(Block p_52151_, BlockBehaviour.Properties p_52152_) CoralPlantBlock(Block p_52175_, BlockBehaviour.Properties p_52176_) CoralWallFanBlock(Block p_52202_, BlockBehaviour.Properties p_52203_) FlowerPotBlock(Block p_53528_, BlockBehaviour.Properties p_53529_) Deprecated.FungusBlock(ResourceKey<ConfiguredFeature<?, ?>> p_259087_, Block p_260223_, BlockBehaviour.Properties p_259749_) InfestedBlock(Block p_54178_, BlockBehaviour.Properties p_54179_) InfestedRotatedPillarBlock(Block p_153438_, BlockBehaviour.Properties p_153439_) TripWireBlock(Block p_304873_, BlockBehaviour.Properties p_57604_) Constructor parameters in net.minecraft.world.level.block with type arguments of type BlockModifierConstructorDescriptionAttachedStemBlock(ResourceKey<Block> p_304582_, ResourceKey<Block> p_304450_, ResourceKey<Item> p_304828_, BlockBehaviour.Properties p_152062_) SculkSpreader(boolean p_222248_, TagKey<Block> p_222249_, int p_222250_, int p_222251_, int p_222252_, int p_222253_) StemBlock(ResourceKey<Block> p_304976_, ResourceKey<Block> p_304671_, ResourceKey<Item> p_304942_, BlockBehaviour.Properties p_154730_) -
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 types with arguments of type BlockMethods in net.minecraft.world.level.block.entity with parameters of type BlockModifier and TypeMethodDescriptionstatic <T extends BlockEntity>
BlockEntityType.Builder<T> BlockEntityType.Builder.of(BlockEntityType.BlockEntitySupplier<? extends T> p_155274_, Block... p_155275_) Constructor parameters in net.minecraft.world.level.block.entity with type arguments of type BlockModifierConstructorDescriptionBlockEntityType(BlockEntityType.BlockEntitySupplier<? extends T> p_155259_, Set<Block> p_155260_, com.mojang.datafixers.types.Type<?> p_155261_) privateBuilder(BlockEntityType.BlockEntitySupplier<? extends T> p_155271_, Set<Block> p_155272_) -
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 p_60198_, Level p_60199_, BlockPos p_60200_, Block p_60201_, BlockPos p_60202_, boolean p_60203_) protected voidPistonHeadBlock.neighborChanged(BlockState p_60275_, Level p_60276_, BlockPos p_60277_, Block p_60278_, BlockPos p_60279_, boolean p_60280_) Method parameters in net.minecraft.world.level.block.piston with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidMovingPistonBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_60097_) protected voidPistonBaseBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_60218_) protected voidPistonHeadBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> p_60308_) -
Uses of Block in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with type parameters of type BlockModifier and TypeMethodDescriptionstatic <B extends Block>
com.mojang.serialization.codecs.RecordCodecBuilder<B, BlockBehaviour.Properties> BlockBehaviour.propertiesCodec()static <B extends Block>
com.mojang.serialization.MapCodec<B> BlockBehaviour.simpleCodec(Function<BlockBehaviour.Properties, B> p_304394_) 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 TypeMethodDescriptionprotected abstract com.mojang.serialization.MapCodec<? extends Block> BlockBehaviour.codec()BlockBehaviour.BlockStateBase.getBlockHolder()BlockBehaviour.BlockStateBase.getTags()Methods in net.minecraft.world.level.block.state with parameters of type BlockModifier and TypeMethodDescriptionDeprecated.voidBlockBehaviour.BlockStateBase.handleNeighborChanged(Level p_60691_, BlockPos p_60692_, Block p_60693_, BlockPos p_60694_, boolean p_60695_) booleanprotected voidBlockBehaviour.neighborChanged(BlockState p_60509_, Level p_60510_, BlockPos p_60511_, Block p_60512_, BlockPos p_60513_, boolean p_60514_) Method parameters in net.minecraft.world.level.block.state with type arguments of type BlockModifier and TypeMethodDescriptionbooleanbooleanbooleanBlockBehaviour.BlockStateBase.is(ResourceKey<Block> p_304668_) booleanbooleanBlockBehaviour.BlockStateBase.is(TagKey<Block> p_204339_, Predicate<BlockBehaviour.BlockStateBase> p_204340_) Constructors in net.minecraft.world.level.block.state with parameters of type BlockModifierConstructorDescriptionBlockState(Block p_61042_, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<Property<?>, Comparable<?>> p_326238_, com.mojang.serialization.MapCodec<BlockState> p_61044_) protectedBlockStateBase(Block p_60608_, it.unimi.dsi.fastutil.objects.Reference2ObjectArrayMap<Property<?>, Comparable<?>> p_326208_, com.mojang.serialization.MapCodec<BlockState> p_60610_) -
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> p_61286_) -
Uses of Block in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type BlockModifier and TypeFieldDescriptionprivate final SerializableTickContainer<Block> ChunkAccess.TicksToSave.blocksThe field for theblocksrecord component.private final LevelChunkTicks<Block> LevelChunk.blockTicksprivate final ProtoChunkTicks<Block> ProtoChunk.blockTicks(package private) 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.TicksToSave.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 p_63369_, Block... p_63370_) privateBlockFixers(Block... p_63380_) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type BlockModifierConstructorDescriptionLevelChunk(Level p_196854_, ChunkPos p_196855_, UpgradeData p_196856_, LevelChunkTicks<Block> p_196857_, LevelChunkTicks<Fluid> p_196858_, long p_196859_, LevelChunkSection[] p_196860_, LevelChunk.PostLoadProcessor p_196861_, BlendingData p_196862_) ProtoChunk(ChunkPos p_188173_, UpgradeData p_188174_, LevelChunkSection[] p_188175_, ProtoChunkTicks<Block> p_188176_, ProtoChunkTicks<Fluid> p_188177_, LevelHeightAccessor p_188178_, Registry<Biome> p_188179_, BlendingData p_188180_) TicksToSave(SerializableTickContainer<Block> blocks, SerializableTickContainer<Fluid> fluids) Creates an instance of aTicksToSaverecord class. -
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(OptionalLong fixedTime, boolean hasSkyLight, boolean hasCeiling, boolean ultraWarm, boolean natural, double coordinateScale, boolean bedWorks, boolean respawnAnchorWorks, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, ResourceLocation effectsLocation, float ambientLight, DimensionType.MonsterSettings monsterSettings) 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 p_204555_, BlockStateProvider p_204556_, BlockStateProvider p_204557_, BlockStateProvider p_204558_, BlockStateProvider p_204559_, List<BlockState> p_204560_, TagKey<Block> p_204561_, TagKey<Block> p_204562_) -
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 p_224775_, Block... p_224776_) static BlockPredicateBlockPredicate.matchesBlocks(Block... p_224781_) Method parameters in net.minecraft.world.level.levelgen.blockpredicates with type arguments of type BlockModifier and TypeMethodDescriptionstatic BlockPredicateBlockPredicate.matchesBlocks(List<Block> p_198312_) static BlockPredicateBlockPredicate.matchesBlocks(Vec3i p_224772_, List<Block> p_224773_) static BlockPredicateBlockPredicate.matchesTag(Vec3i p_224769_, TagKey<Block> p_224770_) static BlockPredicateBlockPredicate.matchesTag(TagKey<Block> p_204678_) Constructor parameters in net.minecraft.world.level.levelgen.blockpredicates with type arguments of type BlockModifierConstructorDescriptionMatchingBlocksPredicate(Vec3i p_204690_, HolderSet<Block> p_204691_) protectedMatchingBlockTagPredicate(Vec3i p_204683_, TagKey<Block> p_204684_) -
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 p_224788_, HeightProvider p_224789_, FloatProvider p_224790_, VerticalAnchor p_224791_, CarverDebugSettings p_224792_, HolderSet<Block> p_224793_, FloatProvider p_224794_, CanyonCarverConfiguration.CanyonShapeConfiguration p_224795_) CarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) CaveCarverConfiguration(float p_224863_, HeightProvider p_224864_, FloatProvider p_224865_, VerticalAnchor p_224866_, HolderSet<Block> p_224867_, FloatProvider p_224868_, FloatProvider p_224869_, FloatProvider p_224870_) CaveCarverConfiguration(float p_224853_, HeightProvider p_224854_, FloatProvider p_224855_, VerticalAnchor p_224856_, CarverDebugSettings p_224857_, HolderSet<Block> p_224858_, FloatProvider p_224859_, FloatProvider p_224860_, FloatProvider p_224861_) -
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 static BlockPosReplaceBlobsFeature.findTarget(LevelAccessor p_66635_, BlockPos.MutableBlockPos p_66636_, Block p_66637_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockModifier and TypeMethodDescriptionstatic Predicate<BlockState> Feature.isReplaceable(TagKey<Block> p_204736_) -
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 BlockModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<MultifaceBlock> Constructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type BlockModifierConstructorDescriptionMultifaceGrowthConfiguration(MultifaceBlock p_225392_, int p_225393_, boolean p_225394_, boolean p_225395_, boolean p_225396_, float p_225397_, HolderSet<Block> p_225398_) RootSystemConfiguration(Holder<PlacedFeature> p_204824_, int p_204825_, int p_204826_, TagKey<Block> p_204827_, BlockStateProvider p_204828_, int p_204829_, int p_204830_, int p_204831_, int p_204832_, BlockStateProvider p_204833_, int p_204834_, int p_204835_, BlockPredicate p_204836_) SpringConfiguration(FluidState p_204848_, boolean p_204849_, int p_204850_, int p_204851_, HolderSet<Block> p_204852_) VegetationPatchConfiguration(TagKey<Block> p_204856_, BlockStateProvider p_204857_, Holder<PlacedFeature> p_204858_, CaveSurface p_204859_, IntProvider p_204860_, float p_204861_, int p_204862_, float p_204863_, IntProvider p_204864_, float p_204865_) -
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 BlockConstructors 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 p_226201_, int p_226202_, int p_226203_, IntProvider p_226204_, float p_226205_, IntProvider p_226206_, HolderSet<Block> p_226207_) -
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 p_277376_, Block p_277934_, ResourceKey<LootTable> p_335398_) private static ProcessorRuleRuinedPortalPiece.getBlockReplaceRule(Block p_229145_, float p_229146_, Block p_229147_) private static ProcessorRuleRuinedPortalPiece.getBlockReplaceRule(Block p_229149_, Block p_229150_) 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 HolderGetter<Block> StructureTemplateManager.blockLookupprivate 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 TypeMethodDescriptionvoidStructureTemplate.fillFromWorld(Level p_163803_, BlockPos p_163804_, Vec3i p_163805_, boolean p_163806_, Block p_163807_) StructureTemplate.filterBlocks(BlockPos p_74604_, StructurePlaceSettings p_74605_, Block p_74606_) it.unimi.dsi.fastutil.objects.ObjectArrayList<StructureTemplate.StructureBlockInfo> StructureTemplate.filterBlocks(BlockPos p_230336_, StructurePlaceSettings p_230337_, Block p_230338_, boolean p_230339_) private static BlockStateBlockAgeProcessor.getRandomFacingStairs(RandomSource p_230258_, Block p_230259_) Method parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type BlockModifier and TypeMethodDescriptionvoidStructureTemplate.load(HolderGetter<Block> p_255773_, CompoundTag p_248574_) private voidStructureTemplate.loadPalette(HolderGetter<Block> p_256546_, ListTag p_251056_, ListTag p_251493_) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type BlockModifierConstructorDescriptionBlockMatchTest(Block p_74067_) RandomBlockMatchTest(Block p_74263_, float p_74264_) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type BlockModifierConstructorDescriptionBlockIgnoreProcessor(List<Block> p_74052_) privateBlockRotProcessor(Optional<HolderSet<Block>> p_230284_, float p_230285_) BlockRotProcessor(HolderSet<Block> p_255622_, float p_256468_) ProtectedBlockProcessor(TagKey<Block> p_205051_) StructureTemplateManager(ResourceManager p_249872_, LevelStorageSource.LevelStorageAccess p_249864_, com.mojang.datafixers.DataFixer p_249868_, HolderGetter<Block> p_256126_) TagMatchTest(TagKey<Block> p_205063_) -
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 p_230764_, BlockState p_230765_, BlockPos p_230766_, Block p_230767_, BlockPos p_230768_, boolean p_230769_) voidCollectingNeighborUpdater.neighborChanged(BlockPos p_230653_, Block p_230654_, BlockPos p_230655_) voidCollectingNeighborUpdater.neighborChanged(BlockState p_230647_, BlockPos p_230648_, Block p_230649_, BlockPos p_230650_, boolean p_230651_) voidInstantNeighborUpdater.neighborChanged(BlockPos p_230751_, Block p_230752_, BlockPos p_230753_) voidInstantNeighborUpdater.neighborChanged(BlockState p_230745_, BlockPos p_230746_, Block p_230747_, BlockPos p_230748_, boolean p_230749_) voidNeighborUpdater.neighborChanged(BlockPos p_230785_, Block p_230786_, BlockPos p_230787_) voidNeighborUpdater.neighborChanged(BlockState p_230780_, BlockPos p_230781_, Block p_230782_, BlockPos p_230783_, boolean p_230784_) voidCollectingNeighborUpdater.updateNeighborsAtExceptFromFacing(BlockPos p_230657_, Block p_230658_, Direction p_230659_) default voidNeighborUpdater.updateNeighborsAtExceptFromFacing(BlockPos p_230788_, Block p_230789_, Direction p_230790_) Constructors in net.minecraft.world.level.redstone with parameters of type BlockModifierConstructorDescription(package private)FullNeighborUpdate(BlockState state, BlockPos pos, Block block, BlockPos neighborPos, boolean movedByPiston) Creates an instance of aFullNeighborUpdaterecord class.(package private)MultiNeighborUpdate(BlockPos p_230697_, Block p_230698_, Direction p_230699_) (package private)SimpleNeighborUpdate(BlockPos pos, Block block, BlockPos neighborPos) 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> p_298279_, Holder<Block> p_299047_, List<String> p_298632_) (package private)CopyBlockState(List<LootItemCondition> p_298625_, Holder<Block> p_298940_, Set<Property<?>> p_80052_) -
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 p_81770_) 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> void RegisterCapabilitiesEvent.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 TypeMethodDescriptionvoidRegisterColorHandlersEvent.Block.register(BlockColor blockColor, Block... blocks) Registers aBlockColorinstance for a set of blocks. -
Uses of Block in net.neoforged.neoforge.client.extensions.common
Methods in net.neoforged.neoforge.client.extensions.common with parameters of type Block -
Uses of Block in net.neoforged.neoforge.client.model.generators
Fields in net.neoforged.neoforge.client.model.generators declared as BlockModifier and TypeFieldDescriptionprivate final BlockMultiPartBlockStateBuilder.ownerprivate final BlockVariantBlockStateBuilder.ownerprivate final BlockVariantBlockStateBuilder.PartialBlockstate.ownerFields in net.neoforged.neoforge.client.model.generators with type parameters of type BlockModifier and TypeFieldDescriptionprotected final Map<Block, IGeneratedBlockState> BlockStateProvider.registeredBlocksMethods in net.neoforged.neoforge.client.model.generators that return BlockModifier and TypeMethodDescriptionVariantBlockStateBuilder.getOwner()VariantBlockStateBuilder.PartialBlockstate.getOwner()Methods in net.neoforged.neoforge.client.model.generators with parameters of type BlockModifier and TypeMethodDescriptionBlockStateProvider.blockTexture(Block block) booleanMultiPartBlockStateBuilder.PartBuilder.canApplyTo(Block b) voidBlockStateProvider.directionalBlock(Block block, Function<BlockState, ModelFile> modelFunc) voidBlockStateProvider.directionalBlock(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) voidBlockStateProvider.directionalBlock(Block block, ModelFile model) voidBlockStateProvider.directionalBlock(Block block, ModelFile model, int angleOffset) BlockStateProvider.getMultipartBuilder(Block b) BlockStateProvider.getVariantBuilder(Block b) voidBlockStateProvider.horizontalBlock(Block block, Function<BlockState, ModelFile> modelFunc) voidBlockStateProvider.horizontalBlock(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) voidBlockStateProvider.horizontalBlock(Block block, ResourceLocation side, ResourceLocation front, ResourceLocation top) voidBlockStateProvider.horizontalBlock(Block block, ModelFile model) voidBlockStateProvider.horizontalBlock(Block block, ModelFile model, int angleOffset) voidBlockStateProvider.horizontalFaceBlock(Block block, Function<BlockState, ModelFile> modelFunc) voidBlockStateProvider.horizontalFaceBlock(Block block, Function<BlockState, ModelFile> modelFunc, int angleOffset) voidBlockStateProvider.horizontalFaceBlock(Block block, ModelFile model) voidBlockStateProvider.horizontalFaceBlock(Block block, ModelFile model, int angleOffset) private ResourceLocationprivate Stringprivate CompletableFuture<?> BlockStateProvider.saveBlockState(CachedOutput cache, com.google.gson.JsonObject stateJson, Block owner) voidBlockStateProvider.simpleBlock(Block block) voidBlockStateProvider.simpleBlock(Block block, Function<ModelFile, ConfiguredModel[]> expander) voidBlockStateProvider.simpleBlock(Block block, ConfiguredModel... models) voidBlockStateProvider.simpleBlock(Block block, ModelFile model) voidBlockStateProvider.simpleBlockItem(Block block, ModelFile model) voidBlockStateProvider.simpleBlockWithItem(Block block, ModelFile model) Constructors in net.neoforged.neoforge.client.model.generators with parameters of type BlockModifierConstructorDescriptionMultiPartBlockStateBuilder(Block owner) (package private)PartialBlockstate(Block owner, Map<Property<?>, Comparable<?>> setStates, @Nullable VariantBlockStateBuilder outerBuilder) (package private)PartialBlockstate(Block owner, @Nullable VariantBlockStateBuilder outerBuilder) (package private)VariantBlockStateBuilder(Block owner) -
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.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.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.GRAVELSTags.Blocks.HIDDEN_FROM_RECIPE_VIEWERSTag that holds all blocks that recipe viewers should not show to users.SimpleTier.incorrectBlocksForDropsTags.Blocks.NEEDS_GOLD_TOOLTags.Blocks.NEEDS_NETHERITE_TOOLTags.Blocks.NEEDS_WOOD_TOOLTags.Blocks.NETHERRACKSTags.Blocks.OBSIDIANSTags.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 materialsTags.Blocks.ORE_RATES_SINGULAROres which on average result in one resource worth of materialsTags.Blocks.ORE_RATES_SPARSEOres which on average result in less than one resource worth of materialsTags.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 outputTags.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 outputTags.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 outputTags.Blocks.ORES_IRONTags.Blocks.ORES_LAPISTags.Blocks.ORES_NETHERITE_SCRAPTags.Blocks.ORES_QUARTZTags.Blocks.ORES_REDSTONETags.Blocks.PLAYER_WORKSTATIONS_CRAFTING_TABLESTags.Blocks.PLAYER_WORKSTATIONS_FURNACESTags.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_SLIMETags.Blocks.STORAGE_BLOCKS_WHEATTags.Blocks.VILLAGER_JOB_SITESMethods in net.neoforged.neoforge.common that return types with arguments of type BlockModifier and TypeMethodDescriptionSimpleTier.getIncorrectBlocksForDrops()CommonHooks.getTagFromVanillaTier(Tiers tier) Tags.Blocks.neoforgeTag(String name) Constructor parameters in net.neoforged.neoforge.common with type arguments of type BlockModifierConstructorDescriptionSimpleTier(TagKey<Block> incorrectBlocksForDrops, int uses, float speed, float attackDamageBonus, int enchantmentValue, Supplier<Ingredient> repairIngredient) -
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
Methods 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) NeoForgeBlockTagsProvider.tagWithOptionalLegacy(TagKey<Block> tag) 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 voidNeoForgeBlockTagsProvider.tagWithOptionalLegacy(TagKey<Block> tag) -
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.debug.block
Subclasses of Block in net.neoforged.neoforge.debug.blockModifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods in net.neoforged.neoforge.debug.block that return types with arguments of type BlockModifier and TypeMethodDescriptionprivate static DeferredBlockBuilder<? extends Block> OnDestroyedByPushReactionTests.registerDestroyOnPistonMoveWithCallback(RegistrationHelper reg, Runnable callback) private static DeferredBlockBuilder<? extends Block> OnDestroyedByPushReactionTests.registerPushOnPistonMoveWithCallback(RegistrationHelper reg, Runnable callback) -
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.oldtest
Fields in net.neoforged.neoforge.oldtest with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> DeferredRegistryTest.BLOCKDataGeneratorTest.BlockStates.IGNORED_BLOCKSDuplicateOptionalTagTest.TAG_ADuplicateOptionalTagTest.TAG_A_DEFAULTSDuplicateOptionalTagTest.TAG_BDuplicateOptionalTagTest.TAG_B_DEFAULTSprivate static final DeferredBlock<Block> CustomSoundTypeTest.TEST_STEP_BLOCKRemoveTagDatagenTest.TEST_TAGMethods in net.neoforged.neoforge.oldtest with parameters of type BlockModifier and TypeMethodDescriptionprivate voidDataGeneratorTest.BlockStates.blockstateError(Block block, String fmt, Object... args) private booleanDataGeneratorTest.BlockStates.compareArrays(Block block, String key, String name, com.google.gson.JsonElement generated, com.google.gson.JsonElement vanilla) private voidDataGeneratorTest.BlockStates.compareMultipartBlockstates(Block block, com.google.gson.JsonObject generated, com.google.gson.JsonObject vanilla) private voidDataGeneratorTest.BlockStates.compareVariant(Block block, String key, com.google.gson.JsonObject generatedVariant, com.google.gson.JsonObject vanillaVariant) private voidDataGeneratorTest.BlockStates.compareVariantBlockstates(Block block, com.google.gson.JsonObject generated, com.google.gson.JsonObject vanilla) private static ResourceLocation -
Uses of Block in net.neoforged.neoforge.oldtest.block
Subclasses of Block in net.neoforged.neoforge.oldtest.blockModifier and TypeClassDescriptionprivate static classprivate static classprivate static classstatic classstatic classstatic classstatic classstatic classstatic classprivate static classprivate static classprivate static class(package private) static classprivate static classFields in net.neoforged.neoforge.oldtest.block declared as BlockModifier and TypeFieldDescriptionprivate BlockFullPotsAccessorDemo.DioriteFlowerPotBlockEntity.plantFields in net.neoforged.neoforge.oldtest.block with type parameters of type BlockModifier and TypeFieldDescriptionstatic final DeferredBlock<Block> SlipperinessTest.BB_BLOCKprivate static final DeferredBlock<Block> CustomHeadTest.BLAZE_HEADprivate static final DeferredBlock<Block> CustomHeadTest.BLAZE_HEAD_WALLstatic final DeferredBlock<Block> CustomPlantTypeTest.CUSTOM_PLANTstatic final DeferredBlock<Block> CustomPlantTypeTest.CUSTOM_SOILprivate static final DeferredBlock<Block> FullPotsAccessorDemo.DIORITE_POTprivate static final DeferredBlock<Block> HideNeighborFaceTest.GLASS_SLABstatic final ModelProperty<Block> FullPotsAccessorDemo.DioriteFlowerPotBlockEntity.PLANT_PROPERTYprivate static final DeferredBlock<Block> ValidRailShapeTest.RAIL_SLOPE_BLOCKScaffoldingTest.SCAFFOLDING(package private) static final DeferredBlock<Block> ScaffoldingTest.SCAFFOLDING_METHOD_TESTprivate static final DeferredBlock<Block> CustomBreakSoundTest.TEST_BLOCKOnTreeGrowBlockTest.TEST_DIRTOnTreeGrowBlockTest.TEST_GRASS_BLOCKprivate static final DeferredBlock<Block> RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKMethods in net.neoforged.neoforge.oldtest.block that return BlockMethods in net.neoforged.neoforge.oldtest.block with parameters of type BlockModifier and TypeMethodDescriptionFullPotsAccessorDemo.ClientHandler.DioritePotModel.getPlantQuads(Block plant, @Nullable Direction face, RandomSource rand, @Nullable RenderType renderType) voidRedstoneSidedConnectivityTest.EastRedstoneBlock.neighborChanged(BlockState state, Level world, BlockPos pos, Block block, BlockPos fromPos, boolean isMoving) voidMethod parameters in net.neoforged.neoforge.oldtest.block with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidValidRailShapeTest.RailSlopeBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) -
Uses of Block in net.neoforged.neoforge.oldtest.client
Fields in net.neoforged.neoforge.oldtest.client with type parameters of type BlockModifier and TypeFieldDescriptionAmbientOcclusionElementsTest.AO_BLOCK_NO_SHADEAmbientOcclusionElementsTest.AO_BLOCK_SHADEprivate static final DeferredBlock<Block> CustomColorResolverTest.BLOCKAmbientOcclusionElementsTest.NO_AO_BLOCK_NO_SHADEAmbientOcclusionElementsTest.NO_AO_BLOCK_SHADEstatic final DeferredBlock<Block> EmissiveElementsTest.TEST_BLOCK -
Uses of Block in net.neoforged.neoforge.oldtest.client.model
Subclasses of Block in net.neoforged.neoforge.oldtest.client.modelModifier and TypeClassDescriptionprivate static classprivate static classFields in net.neoforged.neoforge.oldtest.client.model with type parameters of type BlockModifier and TypeFieldDescriptionstatic DeferredBlock<Block> CompositeModelTest.composite_blockstatic final DeferredBlock<Block> CustomItemDisplayContextTest.ITEM_HANGER_BLOCKstatic DeferredBlock<Block> NewModelLoaderTest.obj_blockstatic final DeferredBlock<Block> MegaModelTest.TEST_BLOCKprivate static final DeferredBlock<Block> MultiLayerModelTest.TEST_BLOCKprivate static final DeferredBlock<Block> TRSRTransformerTest.TEST_BLOCKMethod parameters in net.neoforged.neoforge.oldtest.client.model with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidCustomItemDisplayContextTest.ItemHangerBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) Constructors in net.neoforged.neoforge.oldtest.client.model with parameters of type Block -
Uses of Block in net.neoforged.neoforge.oldtest.fluid
Subclasses of Block in net.neoforged.neoforge.oldtest.fluidFields in net.neoforged.neoforge.oldtest.fluid with type parameters of type BlockMethod parameters in net.neoforged.neoforge.oldtest.fluid with type arguments of type BlockModifier and TypeMethodDescriptionprotected voidNewFluidTest.FluidloggableBlock.createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) -
Uses of Block in net.neoforged.neoforge.oldtest.misc
Subclasses of Block in net.neoforged.neoforge.oldtest.miscFields in net.neoforged.neoforge.oldtest.misc with type parameters of type BlockModifier and TypeFieldDescriptionRegistryCodecTest.CODECThis Codec can serialize and deserialize aPair<Item, Block>.private static final DeferredBlock<Block> GameTestTest.ENERGY_BLOCK -
Uses of Block in net.neoforged.neoforge.oldtest.world
Subclasses of Block in net.neoforged.neoforge.oldtest.worldFields in net.neoforged.neoforge.oldtest.world with type parameters of type BlockModifier and TypeFieldDescriptionprivate static final DeferredBlock<Block> ForgeChunkManagerTest.CHUNK_LOADER_BLOCK -
Uses of Block in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries with type parameters of type BlockFields 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(ResourceKey<Block> key) Creates a newDeferredHoldertargeting the specifiedBlock.static <T extends Block>
DeferredBlock<T> DeferredBlock.createBlock(ResourceLocation key) Creates a newDeferredHoldertargeting theBlockwith the specified name.protected <I extends Block>
DeferredBlock<I> DeferredRegister.Blocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, ResourceLocation key) <B extends Block>
DeferredBlock<B> DeferredRegister.Blocks.register(String name, Function<ResourceLocation, ? 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, BlockBehaviour.Properties props) Adds a new block to the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.Methods in net.neoforged.neoforge.registries that return types with arguments of type BlockModifier and TypeMethodDescriptionGameData.getBlockItemMap()DeferredRegister.Blocks.registerSimpleBlock(String name, BlockBehaviour.Properties props) Adds a new simpleBlockto the list of entries to be registered and returns aDeferredHolderthat will be populated with the created block automatically.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, ResourceLocation 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, 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) 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) Adds a new simpleBlockItemfor the givenBlockto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.Constructor parameters in net.neoforged.neoforge.registries with type arguments of type Block -
Uses of Block in net.neoforged.testframework.gametest
Methods in net.neoforged.testframework.gametest with parameters of type BlockModifier and TypeMethodDescription -
Uses of Block in net.neoforged.testframework.registration
Classes in net.neoforged.testframework.registration with type parameters of type BlockMethods in net.neoforged.testframework.registration with type parameters of type BlockModifier and TypeMethodDescriptionprotected <I extends Block>
DeferredBlockBuilder<I> DeferredBlocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, ResourceLocation key) <B extends Block>
DeferredBlockBuilder<B> DeferredBlocks.register(String name, Function<ResourceLocation, ? extends B> func) <B extends Block>
DeferredBlockBuilder<B> <B extends Block>
DeferredBlockBuilder<B> DeferredBlocks.registerBlock(String name, Function<BlockBehaviour.Properties, ? extends B> func, BlockBehaviour.Properties props) <B extends Block,E extends BlockEntity>
DeferredBlockBuilder<B> DeferredBlocks.registerBlockWithBEType(String name, BiFunction<BlockBehaviour.Properties, Supplier<BlockEntityType<E>>, ? extends B> func, org.apache.commons.lang3.function.TriFunction<BlockEntityType<?>, BlockPos, BlockState, E> beType, BlockBehaviour.Properties props) Methods in net.neoforged.testframework.registration that return types with arguments of type BlockModifier and TypeMethodDescriptionDeferredBlocks.registerSimpleBlock(String name, BlockBehaviour.Properties props) Method parameters in net.neoforged.testframework.registration with type arguments of type BlockModifier and TypeMethodDescriptionprotected <I extends Block>
DeferredBlockBuilder<I> DeferredBlocks.createHolder(ResourceKey<? extends Registry<Block>> registryKey, ResourceLocation key) DeferredItems.registerSimpleBlockItem(String name, Supplier<? extends Block> block) DeferredItems.registerSimpleBlockItem(String name, Supplier<? extends Block> block, Item.Properties properties) DeferredItems.registerSimpleBlockItem(Holder<Block> block) DeferredItems.registerSimpleBlockItem(Holder<Block> block, Item.Properties properties) Constructor parameters in net.neoforged.testframework.registration with type arguments of type BlockModifierConstructorDescriptionprotectedDeferredBlockBuilder(ResourceKey<Block> key, RegistrationHelper helper)
RegisterColorHandlersEvent.Block