Uses of Class
net.minecraft.block.Block
-
-
Uses of Block in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as Block Modifier and Type Field Description private Block
BeeNestDestroyedTrigger.Instance. block
private Block
BlockPredicate. block
private Block
BlockPredicate.Builder. block
private Block
EnterBlockTrigger.Instance. block
private Block
PlacedBlockTrigger.Instance. block
private Block
SlideDownBlockTrigger.Instance. block
Fields in net.minecraft.advancements.criterion with type parameters of type Block Modifier and Type Field Description private ITag<Block>
BlockPredicate.Builder. blocks
private ITag<Block>
BlockPredicate. tag
Methods in net.minecraft.advancements.criterion that return Block Modifier and Type Method Description private static Block
BeeNestDestroyedTrigger. deserializeBlock(com.google.gson.JsonObject p_226221_0_)
private static Block
EnterBlockTrigger. deserializeBlock(com.google.gson.JsonObject p_226550_0_)
private static Block
PlacedBlockTrigger. deserializeBlock(com.google.gson.JsonObject p_226950_0_)
private static Block
SlideDownBlockTrigger. deserializeBlock(com.google.gson.JsonObject p_227150_0_)
Methods in net.minecraft.advancements.criterion with parameters of type Block Modifier and Type Method Description static BeeNestDestroyedTrigger.Instance
BeeNestDestroyedTrigger.Instance. destroyedBeeNest(Block p_226229_0_, ItemPredicate.Builder p_226229_1_, MinMaxBounds.IntBound p_226229_2_)
static EnterBlockTrigger.Instance
EnterBlockTrigger.Instance. entersBlock(Block p_203920_0_)
boolean
BeeNestDestroyedTrigger.Instance. matches(Block p_226228_1_, ItemStack p_226228_2_, int p_226228_3_)
BlockPredicate.Builder
BlockPredicate.Builder. of(Block p_233458_1_)
static PlacedBlockTrigger.Instance
PlacedBlockTrigger.Instance. placedBlock(Block p_203934_0_)
static SlideDownBlockTrigger.Instance
SlideDownBlockTrigger.Instance. slidesDownBlock(Block p_227156_0_)
void
BeeNestDestroyedTrigger. trigger(ServerPlayerEntity p_226223_1_, Block p_226223_2_, ItemStack p_226223_3_, int p_226223_4_)
Method parameters in net.minecraft.advancements.criterion with type arguments of type Block Modifier and Type Method Description BlockPredicate.Builder
BlockPredicate.Builder. of(ITag<Block> p_226244_1_)
Constructors in net.minecraft.advancements.criterion with parameters of type Block Constructor Description BlockPredicate(ITag<Block> p_i225708_1_, Block p_i225708_2_, StatePropertiesPredicate p_i225708_3_, NBTPredicate p_i225708_4_)
Instance(EntityPredicate.AndPredicate p_i231471_1_, Block p_i231471_2_, ItemPredicate p_i231471_3_, MinMaxBounds.IntBound p_i231471_4_)
Instance(EntityPredicate.AndPredicate p_i231560_1_, Block p_i231560_2_, StatePropertiesPredicate p_i231560_3_)
Instance(EntityPredicate.AndPredicate p_i231810_1_, Block p_i231810_2_, StatePropertiesPredicate p_i231810_3_, LocationPredicate p_i231810_4_, ItemPredicate p_i231810_5_)
Instance(EntityPredicate.AndPredicate p_i231896_1_, Block p_i231896_2_, StatePropertiesPredicate p_i231896_3_)
Constructor parameters in net.minecraft.advancements.criterion with type arguments of type Block Constructor Description BlockPredicate(ITag<Block> p_i225708_1_, Block p_i225708_2_, StatePropertiesPredicate p_i225708_3_, NBTPredicate p_i225708_4_)
-
Uses of Block in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Block Modifier and Type Field Description private static java.util.Map<Block,Block>
SilverfishBlock. BLOCK_BY_HOST_BLOCK
private static java.util.Map<Block,Block>
SilverfishBlock. BLOCK_BY_HOST_BLOCK
private it.unimi.dsi.fastutil.objects.Object2IntMap<Block>
FireBlock. burnOdds
private static java.util.Map<DyeColor,Block>
BannerBlock. BY_COLOR
private it.unimi.dsi.fastutil.objects.Object2IntMap<Block>
FireBlock. flameOdds
private java.util.function.Supplier<? extends Block>
FlowerPotBlock. flowerDelegate
private java.util.Map<ResourceLocation,java.util.function.Supplier<? extends Block>>
FlowerPotBlock. fullPots
private static java.util.Map<Block,Block>
FlowerPotBlock. POTTED_BY_CONTENT
private static java.util.Map<Block,Block>
FlowerPotBlock. POTTED_BY_CONTENT
private ReverseTagWrapper<Block>
Block. reverseTags
protected StateContainer<Block,BlockState>
Block. stateDefinition
Methods in net.minecraft.block that return Block Modifier and Type Method Description protected abstract Block
AbstractBlock. asBlock()
protected Block
Block. asBlock()
static Block
BannerBlock. byColor(DyeColor p_196287_0_)
static Block
Block. byItem(Item p_149634_0_)
Block
AbstractBlock.AbstractBlockState. getBlock()
Block
BlockEventData. getBlock()
static Block
ShulkerBoxBlock. getBlockByColor(DyeColor p_190952_0_)
protected Block
AbstractBodyPlantBlock. getBodyBlock()
protected abstract Block
AbstractPlantBlock. getBodyBlock()
protected Block
KelpTopBlock. getBodyBlock()
protected Block
TwistingVinesTopBlock. getBodyBlock()
protected Block
WeepingVinesTopBlock. getBodyBlock()
Block
FlowerPotBlock. getContent()
Block
SilverfishBlock. getHostBlock()
private Block
StairsBlock. getModelBlock()
private static Block
Blocks. netherStem(MaterialColor p_235428_0_)
private static Block
Blocks. register(java.lang.String p_222382_0_, Block p_222382_1_)
Methods in net.minecraft.block that return types with arguments of type Block Modifier and Type Method Description java.util.Map<ResourceLocation,java.util.function.Supplier<? extends Block>>
FlowerPotBlock. getFullPotsView()
StateContainer<Block,BlockState>
Block. getStateDefinition()
Methods in net.minecraft.block with parameters of type Block Modifier and Type Method Description protected boolean
AbstractPlantBlock. canAttachToBlock(Block p_230333_1_)
protected boolean
KelpTopBlock. canAttachToBlock(Block p_230333_1_)
static boolean
SoulFireBlock. canSurviveOnBlock(Block p_235577_0_)
AbstractBlock.Properties
AbstractBlock.Properties. dropsLike(Block p_222379_1_)
Deprecated.static DyeColor
ShulkerBoxBlock. getColorFromBlock(Block p_190954_0_)
protected static float
CropsBlock. getGrowthSpeed(Block p_180672_0_, IBlockReader p_180672_1_, BlockPos p_180672_2_)
boolean
AbstractBlock.AbstractBlockState. is(Block p_203425_1_)
boolean
Block. is(Block p_235332_1_)
static boolean
Block. isExceptionForConnection(Block p_220073_0_)
private boolean
FenceBlock. isSameFence(Block p_235493_1_)
void
AbstractBlock.AbstractBlockState. neighborChanged(World p_215697_1_, BlockPos p_215697_2_, Block p_215697_3_, BlockPos p_215697_4_, boolean p_215697_5_)
void
AbstractBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
Deprecated.void
AbstractRailBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
BellBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
CommandBlockBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
DispenserBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
DoorBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
FenceGateBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
FlowingFluidBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
FrostedIceBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
HopperBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
NoteBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
PistonBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
PistonHeadBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
RedstoneDiodeBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
RedstoneLampBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
RedstoneTorchBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
RedstoneWireBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
SpongeBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
StructureBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
TNTBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
void
TrapDoorBlock. neighborChanged(BlockState p_220069_1_, World p_220069_2_, BlockPos p_220069_3_, Block p_220069_4_, BlockPos p_220069_5_, boolean p_220069_6_)
private static Block
Blocks. register(java.lang.String p_222382_0_, Block p_222382_1_)
private void
FireBlock. setFlammable(Block p_180686_1_, int p_180686_2_, int p_180686_3_)
static BlockState
SilverfishBlock. stateByHostBlock(Block p_196467_0_)
protected void
AbstractRailBlock. updateState(BlockState p_189541_1_, World p_189541_2_, BlockPos p_189541_3_, Block p_189541_4_)
protected void
PoweredRailBlock. updateState(BlockState p_189541_1_, World p_189541_2_, BlockPos p_189541_3_, Block p_189541_4_)
protected void
RailBlock. updateState(BlockState p_189541_1_, World p_189541_2_, BlockPos p_189541_3_, Block p_189541_4_)
Constructors in net.minecraft.block with parameters of type Block Constructor Description AbstractBlockState(Block p_i231870_1_, com.google.common.collect.ImmutableMap<Property<?>,java.lang.Comparable<?>> p_i231870_2_, com.mojang.serialization.MapCodec<BlockState> p_i231870_3_)
BlockEventData(BlockPos p_i45756_1_, Block p_i45756_2_, int p_i45756_3_, int p_i45756_4_)
BlockState(Block p_i231876_1_, com.google.common.collect.ImmutableMap<Property<?>,java.lang.Comparable<?>> p_i231876_2_, com.mojang.serialization.MapCodec<BlockState> p_i231876_3_)
ConcretePowderBlock(Block p_i48423_1_, AbstractBlock.Properties p_i48423_2_)
CoralBlock(Block p_i48893_1_, AbstractBlock.Properties p_i48893_2_)
CoralFinBlock(Block p_i49775_1_, AbstractBlock.Properties p_i49775_2_)
CoralPlantBlock(Block p_i49809_1_, AbstractBlock.Properties p_i49809_2_)
CoralWallFanBlock(Block p_i49774_1_, AbstractBlock.Properties p_i49774_2_)
FlowerPotBlock(Block p_i48395_1_, AbstractBlock.Properties p_i48395_2_)
Deprecated.SilverfishBlock(Block p_i48374_1_, AbstractBlock.Properties p_i48374_2_)
-
Uses of Block in net.minecraft.block.pattern
Fields in net.minecraft.block.pattern declared as Block Modifier and Type Field Description private Block
BlockMatcher. block
Fields in net.minecraft.block.pattern with type parameters of type Block Modifier and Type Field Description private StateContainer<Block,BlockState>
BlockStateMatcher. definition
Methods in net.minecraft.block.pattern with parameters of type Block Modifier and Type Method Description static BlockMatcher
BlockMatcher. forBlock(Block p_177642_0_)
static BlockStateMatcher
BlockStateMatcher. forBlock(Block p_177638_0_)
Constructors in net.minecraft.block.pattern with parameters of type Block Constructor Description BlockMatcher(Block p_i45654_1_)
Constructor parameters in net.minecraft.block.pattern with type arguments of type Block Constructor Description BlockStateMatcher(StateContainer<Block,BlockState> p_i45653_1_)
-
Uses of Block in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type Block Modifier and Type Field Description protected java.util.List<StatType<Block>>
StatsScreen.StatsList. blockColumns
-
Uses of Block in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type Block Modifier and Type Field Description private static java.util.Map<IRegistryDelegate<Block>,java.util.function.Predicate<RenderType>>
RenderTypeLookup. blockRenderChecks
private static java.util.Map<Block,RenderType>
RenderTypeLookup. TYPE_BY_BLOCK
Deprecated.Methods in net.minecraft.client.renderer with parameters of type Block Modifier and Type Method Description static void
RenderTypeLookup. setRenderLayer(Block block, java.util.function.Predicate<RenderType> predicate)
static void
RenderTypeLookup. setRenderLayer(Block block, RenderType type)
-
Uses of Block in net.minecraft.client.renderer.color
Fields in net.minecraft.client.renderer.color with type parameters of type Block Modifier and Type Field Description private java.util.Map<IRegistryDelegate<Block>,IBlockColor>
BlockColors. blockColors
private java.util.Map<Block,java.util.Set<Property<?>>>
BlockColors. coloringStates
Methods in net.minecraft.client.renderer.color with parameters of type Block Modifier and Type Method Description private void
BlockColors. addColoringState(Property<?> p_225308_1_, Block... p_225308_2_)
private void
BlockColors. addColoringStates(java.util.Set<Property<?>> p_225309_1_, Block... p_225309_2_)
java.util.Set<Property<?>>
BlockColors. getColoringProperties(Block p_225310_1_)
void
BlockColors. register(IBlockColor p_186722_1_, Block... p_186722_2_)
-
Uses of Block in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model with type parameters of type Block Modifier and Type Field Description private StateContainer<Block,BlockState>
BlockModelDefinition.ContainerHolder. definition
private static StateContainer<Block,BlockState>
ModelBakery. ITEM_FRAME_FAKE_DEFINITION
private static java.util.Map<ResourceLocation,StateContainer<Block,BlockState>>
ModelBakery. STATIC_DEFINITIONS
Methods in net.minecraft.client.renderer.model that return types with arguments of type Block Modifier and Type Method Description StateContainer<Block,BlockState>
BlockModelDefinition.ContainerHolder. getDefinition()
Method parameters in net.minecraft.client.renderer.model with type arguments of type Block Modifier and Type Method Description private static java.util.function.Predicate<BlockState>
ModelBakery. predicate(StateContainer<Block,BlockState> p_209605_0_, java.lang.String p_209605_1_)
void
BlockModelDefinition.ContainerHolder. setDefinition(StateContainer<Block,BlockState> p_209573_1_)
-
Uses of Block in net.minecraft.client.renderer.model.multipart
Fields in net.minecraft.client.renderer.model.multipart with type parameters of type Block Modifier and Type Field Description private StateContainer<Block,BlockState>
Multipart. definition
Method parameters in net.minecraft.client.renderer.model.multipart with type arguments of type Block Modifier and Type Method Description private java.util.function.Predicate<BlockState>
PropertyValueCondition. getBlockStatePredicate(StateContainer<Block,BlockState> p_212485_1_, Property<?> p_212485_2_, java.lang.String p_212485_3_)
java.util.function.Predicate<BlockState>
AndCondition. getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
java.util.function.Predicate<BlockState>
ICondition. getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
java.util.function.Predicate<BlockState>
OrCondition. getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
java.util.function.Predicate<BlockState>
PropertyValueCondition. getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
java.util.function.Predicate<BlockState>
Selector. getPredicate(StateContainer<Block,BlockState> p_188166_1_)
Constructor parameters in net.minecraft.client.renderer.model.multipart with type arguments of type Block Constructor Description Multipart(StateContainer<Block,BlockState> p_i49524_1_, java.util.List<Selector> p_i49524_2_)
-
Uses of Block in net.minecraft.client.renderer.tileentity
Methods in net.minecraft.client.renderer.tileentity with parameters of type Block Modifier and Type Method Description static RenderMaterial
SignTileEntityRenderer. getMaterial(Block p_228877_0_)
-
Uses of Block in net.minecraft.client.tutorial
Fields in net.minecraft.client.tutorial with type parameters of type Block Modifier and Type Field Description private static java.util.Set<Block>
FindTreeStep. TREE_BLOCKS
-
Uses of Block in net.minecraft.client.world
Methods in net.minecraft.client.world that return types with arguments of type Block Modifier and Type Method Description ITickList<Block>
ClientWorld. getBlockTicks()
-
Uses of Block in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments with type parameters of type Block Modifier and Type Field Description private StateContainer<Block,BlockState>
BlockStateParser. definition
private static java.util.function.BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,ITagCollection<Block>,java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>
BlockStateParser. SUGGEST_NOTHING
private java.util.function.BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,ITagCollection<Block>,java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>
BlockStateParser. suggestions
private ITag<Block>
BlockPredicateArgument.TagPredicate. tag
Method parameters in net.minecraft.command.arguments with type arguments of type Block Modifier and Type Method Description java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. fillSuggestions(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197245_1_, ITagCollection<Block> p_197245_2_)
private boolean
BlockStateParser. hasBlockEntity(ITagCollection<Block> p_212598_1_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestBlockIdOrTag(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197250_1_, ITagCollection<Block> p_197250_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestEquals(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197246_1_, ITagCollection<Block> p_197246_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestNextPropertyOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197248_1_, ITagCollection<Block> p_197248_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestOpenNbt(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197244_1_, ITagCollection<Block> p_197244_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestOpenPropertiesOrNbt(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197255_1_, ITagCollection<Block> p_197255_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestOpenVaguePropertiesOrNbt(com.mojang.brigadier.suggestion.SuggestionsBuilder p_212599_1_, ITagCollection<Block> p_212599_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestPropertyName(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197256_1_, ITagCollection<Block> p_197256_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestPropertyNameOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder p_197252_1_, ITagCollection<Block> p_197252_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestTag(com.mojang.brigadier.suggestion.SuggestionsBuilder p_201953_1_, ITagCollection<Block> p_201953_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestVaguePropertyName(com.mojang.brigadier.suggestion.SuggestionsBuilder p_200134_1_, ITagCollection<Block> p_200134_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestVaguePropertyNameOrEnd(com.mojang.brigadier.suggestion.SuggestionsBuilder p_200136_1_, ITagCollection<Block> p_200136_2_)
private java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser. suggestVaguePropertyValue(com.mojang.brigadier.suggestion.SuggestionsBuilder p_239295_1_, ITagCollection<Block> p_239295_2_, java.lang.String p_239295_3_)
Constructor parameters in net.minecraft.command.arguments with type arguments of type Block Constructor Description TagPredicate(ITag<Block> p_i48238_1_, java.util.Map<java.lang.String,java.lang.String> p_i48238_2_, CompoundNBT p_i48238_3_)
-
Uses of Block in net.minecraft.data
Fields in net.minecraft.data declared as Block Modifier and Type Field Description private Block
FinishedMultiPartBlockState. block
private Block
FinishedVariantBlockState. block
Fields in net.minecraft.data with type parameters of type Block Modifier and Type Field Description private java.util.function.Function<ITag.INamedTag<Block>,ITag.Builder>
ItemTagsProvider. blockTags
Methods in net.minecraft.data that return Block Modifier and Type Method Description Block
FinishedMultiPartBlockState. getBlock()
Block
FinishedVariantBlockState. getBlock()
Block
IFinishedBlockState. getBlock()
Methods in net.minecraft.data with parameters of type Block Modifier and Type Method Description static ModelTextures
ModelTextures. attachedStem(Block p_240346_0_, Block p_240346_1_)
private BlockModelProvider.BreakParticleHelper
BlockModelProvider. blockEntityModels(Block p_239966_1_, Block p_239966_2_)
private BlockModelProvider.BreakParticleHelper
BlockModelProvider. blockEntityModels(ResourceLocation p_239916_1_, Block p_239916_2_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. button(Block p_240056_1_)
static ModelTextures
ModelTextures. campfire(Block p_240339_0_)
static ModelTextures
ModelTextures. column(Block p_240375_0_)
static ModelTextures
ModelTextures. columnWithWall(Block p_240381_0_)
static ModelTextures
ModelTextures. commandBlock(Block p_240388_0_)
private void
BlockModelProvider. copyModel(Block p_240005_1_, Block p_240005_2_)
static ModelTextures
ModelTextures. craftingTable(Block p_240359_0_, Block p_240359_1_)
BlockModelProvider.BreakParticleHelper
BlockModelProvider.BreakParticleHelper. create(Block... p_240051_1_)
ResourceLocation
ModelsUtil. create(Block p_240228_1_, ModelTextures p_240228_2_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240228_3_)
ResourceLocation
TexturedModel. create(Block p_240459_1_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240459_2_)
default ResourceLocation
TexturedModel.ISupplier. create(Block p_240466_1_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240466_2_)
private void
BlockModelProvider. createActiveRail(Block p_240021_1_)
private void
BlockModelProvider. createAirLikeBlock(Block p_239871_1_, Item p_239871_2_)
private void
BlockModelProvider. createAirLikeBlock(Block p_239993_1_, ResourceLocation p_239993_2_)
private void
BlockModelProvider. createAnvil(Block p_240025_1_)
private void
BlockModelProvider. createAxisAlignedPillarBlock(Block p_239882_1_, TexturedModel.ISupplier p_239882_2_)
private static IFinishedBlockState
BlockModelProvider. createAxisAlignedPillarBlock(Block p_239986_0_, ResourceLocation p_239986_1_)
private void
BlockModelProvider. createAxisAlignedPillarBlockCustomModel(Block p_243685_1_, ResourceLocation p_243685_2_)
private void
BlockModelProvider. createBedItem(Block p_240015_1_, Block p_240015_2_)
private void
BlockModelProvider. createBeeNest(Block p_239887_1_, java.util.function.Function<Block,ModelTextures> p_239887_2_)
private static java.nio.file.Path
BlockStateProvider. createBlockStatePath(java.nio.file.Path p_240082_0_, Block p_240082_1_)
private static IFinishedBlockState
BlockModelProvider. createButton(Block p_239987_0_, ResourceLocation p_239987_1_, ResourceLocation p_239987_2_)
private void
BlockModelProvider. createCampfires(Block... p_239921_1_)
private void
BlockModelProvider. createChiseledSandsone(Block p_239992_1_, Block p_239992_2_)
private void
BlockModelProvider. createColoredBlockWithRandomRotations(TexturedModel.ISupplier p_239907_1_, Block... p_239907_2_)
private void
BlockModelProvider. createColoredBlockWithStateRotations(TexturedModel.ISupplier p_239948_1_, Block... p_239948_2_)
private void
BlockModelProvider. createCommandBlock(Block p_240023_1_)
private void
BlockModelProvider. createCoral(Block p_239873_1_, Block p_239873_2_, Block p_239873_3_, Block p_239873_4_, Block p_239873_5_, Block p_239873_6_, Block p_239873_7_, Block p_239873_8_)
private void
BlockModelProvider. createCoralFans(Block p_239935_1_, Block p_239935_2_)
private void
BlockModelProvider. createCraftingTableLike(Block p_239875_1_, Block p_239875_2_, java.util.function.BiFunction<Block,Block,ModelTextures> p_239875_3_)
private void
BlockModelProvider. createCropBlock(Block p_239876_1_, Property<java.lang.Integer> p_239876_2_, int... p_239876_3_)
private void
BlockModelProvider. createCrossBlock(Block p_239937_1_, BlockModelProvider.TintMode p_239937_2_)
private void
BlockModelProvider. createCrossBlock(Block p_239938_1_, BlockModelProvider.TintMode p_239938_2_, ModelTextures p_239938_3_)
private void
BlockModelProvider. createCrossBlockWithDefaultItem(Block p_239877_1_, BlockModelProvider.TintMode p_239877_2_)
private void
BlockModelProvider. createCrossBlockWithDefaultItem(Block p_239878_1_, BlockModelProvider.TintMode p_239878_2_, ModelTextures p_239878_3_)
private void
BlockModelProvider. createDispenserBlock(Block p_240029_1_)
private void
BlockModelProvider. createDoor(Block p_239991_1_)
private static IFinishedBlockState
BlockModelProvider. createDoor(Block p_239943_0_, ResourceLocation p_239943_1_, ResourceLocation p_239943_2_, ResourceLocation p_239943_3_, ResourceLocation p_239943_4_)
private void
BlockModelProvider. createDoubleBlock(Block p_240011_1_, ResourceLocation p_240011_2_, ResourceLocation p_240011_3_)
private void
BlockModelProvider. createDoublePlant(Block p_239955_1_, BlockModelProvider.TintMode p_239955_2_)
private static IFinishedBlockState
BlockModelProvider. createFence(Block p_239994_0_, ResourceLocation p_239994_1_, ResourceLocation p_239994_2_)
private static IFinishedBlockState
BlockModelProvider. createFenceGate(Block p_239960_0_, ResourceLocation p_239960_1_, ResourceLocation p_239960_2_, ResourceLocation p_239960_3_, ResourceLocation p_239960_4_)
private java.util.List<ResourceLocation>
BlockModelProvider. createFloorFireModels(Block p_240033_1_)
private void
BlockModelProvider. createFurnace(Block p_239977_1_, TexturedModel.ISupplier p_239977_2_)
private void
BlockModelProvider. createGlassBlocks(Block p_239985_1_, Block p_239985_2_)
private void
BlockModelProvider. createGrassLikeBlock(Block p_239889_1_, ResourceLocation p_239889_2_, BlockModelDefinition p_239889_3_)
private void
BlockModelProvider. createGrowingPlant(Block p_239936_1_, Block p_239936_2_, BlockModelProvider.TintMode p_239936_3_)
private void
BlockModelProvider. createHorizontallyRotatedBlock(Block p_239939_1_, TexturedModel.ISupplier p_239939_2_)
private void
BlockModelProvider. createLantern(Block p_240039_1_)
private void
BlockModelProvider. createMushroomBlock(Block p_240027_1_)
private void
BlockModelProvider. createNetherRoots(Block p_240019_1_, Block p_240019_2_)
private void
BlockModelProvider. createNonTemplateHorizontalBlock(Block p_240041_1_)
private void
BlockModelProvider. createNonTemplateModelBlock(Block p_240014_1_)
private void
BlockModelProvider. createNonTemplateModelBlock(Block p_239872_1_, Block p_239872_2_)
private void
BlockModelProvider. createNormalTorch(Block p_240010_1_, Block p_240010_2_)
private void
BlockModelProvider. createNyliumBlock(Block p_240031_1_)
private void
BlockModelProvider. createOrientableTrapdoor(Block p_239998_1_)
private static IFinishedBlockState
BlockModelProvider. createOrientableTrapdoor(Block p_239988_0_, ResourceLocation p_239988_1_, ResourceLocation p_239988_2_, ResourceLocation p_239988_3_)
private void
BlockModelProvider. createPassiveRail(Block p_240018_1_)
private void
BlockModelProvider. createPistonVariant(Block p_239890_1_, ResourceLocation p_239890_2_, ModelTextures p_239890_3_)
private void
BlockModelProvider. createPlant(Block p_239874_1_, Block p_239874_2_, BlockModelProvider.TintMode p_239874_3_)
private static IFinishedBlockState
BlockModelProvider. createPressurePlate(Block p_240006_0_, ResourceLocation p_240006_1_, ResourceLocation p_240006_2_)
private void
BlockModelProvider. createPumpkinVariant(Block p_239879_1_, ModelTextures p_239879_2_)
private void
BlockModelProvider. createRotatableColumn(Block p_239839_1_)
private void
BlockModelProvider. createRotatedMirroredVariantBlock(Block p_239953_1_)
private void
BlockModelProvider. createRotatedPillarWithHorizontalVariant(Block p_239883_1_, TexturedModel.ISupplier p_239883_2_, TexturedModel.ISupplier p_239883_3_)
private static IFinishedBlockState
BlockModelProvider. createRotatedPillarWithHorizontalVariant(Block p_240000_0_, ResourceLocation p_240000_1_, ResourceLocation p_240000_2_)
private static FinishedVariantBlockState
BlockModelProvider. createRotatedVariant(Block p_239968_0_, ResourceLocation p_239968_1_)
private static FinishedVariantBlockState
BlockModelProvider. createRotatedVariant(Block p_239979_0_, ResourceLocation p_239979_1_, ResourceLocation p_239979_2_)
private void
BlockModelProvider. createRotatedVariantBlock(Block p_239965_1_)
private void
BlockModelProvider. createShulkerBox(Block p_240043_1_)
private java.util.List<ResourceLocation>
BlockModelProvider. createSideFireModels(Block p_240035_1_)
private static FinishedVariantBlockState
BlockModelProvider. createSimpleBlock(Block p_239978_0_, ResourceLocation p_239978_1_)
private void
BlockModelProvider. createSimpleFlatItemModel(Block p_239934_1_)
private void
BlockModelProvider. createSimpleFlatItemModel(Block p_239885_1_, java.lang.String p_239885_2_)
private static IFinishedBlockState
BlockModelProvider. createSlab(Block p_240001_0_, ResourceLocation p_240001_1_, ResourceLocation p_240001_2_, ResourceLocation p_240001_3_)
private static IFinishedBlockState
BlockModelProvider. createStairs(Block p_239980_0_, ResourceLocation p_239980_1_, ResourceLocation p_239980_2_, ResourceLocation p_239980_3_)
private void
BlockModelProvider. createStems(Block p_239954_1_, Block p_239954_2_)
private ResourceLocation
BlockModelProvider. createSuffixedVariant(Block p_239886_1_, java.lang.String p_239886_2_, ModelsUtil p_239886_3_, java.util.function.Function<ResourceLocation,ModelTextures> p_239886_4_)
private java.util.List<ResourceLocation>
BlockModelProvider. createTopFireModels(Block p_240037_1_)
private void
BlockModelProvider. createTrapdoor(Block p_240004_1_)
private static IFinishedBlockState
BlockModelProvider. createTrapdoor(Block p_239995_0_, ResourceLocation p_239995_1_, ResourceLocation p_239995_2_, ResourceLocation p_239995_3_)
private void
BlockModelProvider. createTrivialBlock(Block p_239880_1_, ModelTextures p_239880_2_, ModelsUtil p_239880_3_)
private void
BlockModelProvider. createTrivialBlock(Block p_239956_1_, TexturedModel.ISupplier p_239956_2_)
private void
BlockModelProvider. createTrivialCube(Block p_239975_1_)
private static IFinishedBlockState
BlockModelProvider. createWall(Block p_239970_0_, ResourceLocation p_239970_1_, ResourceLocation p_239970_2_, ResourceLocation p_239970_3_)
private void
BlockModelProvider. createWeightedPressurePlate(Block p_239999_1_, Block p_239999_2_)
BlockModelProvider.BreakParticleHelper
BlockModelProvider.BreakParticleHelper. createWithCustomBlockItemModel(ModelsUtil p_240050_1_, Block... p_240050_2_)
BlockModelProvider.BreakParticleHelper
BlockModelProvider.BreakParticleHelper. createWithoutBlockItem(Block... p_240052_1_)
ResourceLocation
ModelsUtil. createWithOverride(Block p_240235_1_, java.lang.String p_240235_2_, ModelTextures p_240235_3_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240235_4_)
ResourceLocation
ModelsUtil. createWithSuffix(Block p_240229_1_, java.lang.String p_240229_2_, ModelTextures p_240229_3_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240229_4_)
ResourceLocation
TexturedModel. createWithSuffix(Block p_240458_1_, java.lang.String p_240458_2_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240458_3_)
default ResourceLocation
TexturedModel.ISupplier. createWithSuffix(Block p_240465_1_, java.lang.String p_240465_2_, java.util.function.BiConsumer<ResourceLocation,java.util.function.Supplier<com.google.gson.JsonElement>> p_240465_3_)
private void
BlockModelProvider. createWoolBlocks(Block p_239976_1_, Block p_239976_2_)
static ModelTextures
ModelTextures. cross(Block p_240358_0_)
static ModelTextures
ModelTextures. cube(Block p_240345_0_)
static ModelTextures
ModelTextures. cubeBottomTop(Block p_240379_0_)
static ModelTextures
ModelTextures. cubeBottomTopWithWall(Block p_240380_0_)
static ModelTextures
ModelTextures. cubeTop(Block p_240377_0_)
static ModelTextures
ModelTextures. defaultTexture(Block p_240353_0_)
private void
BlockModelProvider. delegateItemModel(Block p_239957_1_, ResourceLocation p_239957_2_)
static ModelTextures
ModelTextures. door(Block p_240382_0_)
private BlockModelProvider.BlockTextureCombiner
BlockModelProvider. family(Block p_239984_1_)
private BlockModelProvider.BlockTextureCombiner
BlockModelProvider. family(Block p_239884_1_, TexturedModel p_239884_2_)
private BlockModelProvider.BlockTextureCombiner
BlockModelProvider. family(Block p_239967_1_, TexturedModel.ISupplier p_239967_2_)
static ModelTextures
ModelTextures. fan(Block p_240373_0_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. fence(Block p_240061_1_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. fenceGate(Block p_240062_1_)
static ModelTextures
ModelTextures. fire0(Block p_240384_0_)
static ModelTextures
ModelTextures. fire1(Block p_240385_0_)
static ModelTextures
ModelTextures. fletchingTable(Block p_240363_0_, Block p_240363_1_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. fullBlock(Block p_240058_1_, ModelsUtil p_240058_2_)
TexturedModel
TexturedModel.ISupplier. get(Block p_get_1_)
static ResourceLocation
ModelTextures. getBlockTexture(Block p_240341_0_)
static ResourceLocation
ModelTextures. getBlockTexture(Block p_240347_0_, java.lang.String p_240347_1_)
static ResourceLocation
ModelsResourceUtil. getModelLocation(Block p_240221_0_)
static ResourceLocation
ModelsResourceUtil. getModelLocation(Block p_240222_0_, java.lang.String p_240222_1_)
protected static EnterBlockTrigger.Instance
RecipeProvider. insideOf(Block p_200407_0_)
static ModelTextures
ModelTextures. lantern(Block p_240386_0_)
static ModelTextures
ModelTextures. layer0(Block p_240340_0_)
BlockModelProvider.LogsVariantHelper
BlockModelProvider.LogsVariantHelper. log(Block p_240071_1_)
static ModelTextures
ModelTextures. logColumn(Block p_240378_0_)
BlockModelProvider.LogsVariantHelper
BlockModelProvider.LogsVariantHelper. logWithHorizontal(Block p_240072_1_)
static FinishedMultiPartBlockState
FinishedMultiPartBlockState. multiPart(Block p_240106_0_)
static FinishedVariantBlockState
FinishedVariantBlockState. multiVariant(Block p_240119_0_)
static FinishedVariantBlockState
FinishedVariantBlockState. multiVariant(Block p_240120_0_, BlockModelDefinition p_240120_1_)
static FinishedVariantBlockState
FinishedVariantBlockState. multiVariant(Block p_240121_0_, BlockModelDefinition... p_240121_1_)
static ModelTextures
ModelTextures. orientableCube(Block p_240389_0_)
static ModelTextures
ModelTextures. orientableCubeOnlyTop(Block p_240390_0_)
static ModelTextures
ModelTextures. orientableCubeSameEnds(Block p_240391_0_)
static ModelTextures
ModelTextures. pane(Block p_240354_0_, Block p_240354_1_)
static ModelTextures
ModelTextures. particle(Block p_240383_0_)
static ModelTextures
ModelTextures. pattern(Block p_240371_0_)
static ModelTextures
ModelTextures. plant(Block p_240362_0_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. pressurePlate(Block p_240063_1_)
static ModelTextures
ModelTextures. rail(Block p_240366_0_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. sign(Block p_240057_1_, Block p_240057_2_)
private void
BlockModelProvider. skipAutoItemBlock(Block p_239869_1_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. slab(Block p_240064_1_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. stairs(Block p_240065_1_)
static ModelTextures
ModelTextures. stem(Block p_240369_0_)
static ModelTextures
ModelTextures. top(Block p_240392_0_)
static ModelTextures
ModelTextures. torch(Block p_240387_0_)
BlockModelProvider.BlockTextureCombiner
BlockModelProvider.BlockTextureCombiner. wall(Block p_240060_1_)
BlockModelProvider.LogsVariantHelper
BlockModelProvider.LogsVariantHelper. wood(Block p_240070_1_)
private BlockModelProvider.LogsVariantHelper
BlockModelProvider. woodProvider(Block p_240009_1_)
static ModelTextures
ModelTextures. wool(Block p_240368_0_)
Method parameters in net.minecraft.data with type arguments of type Block Modifier and Type Method Description protected void
ItemTagsProvider. copy(ITag.INamedTag<Block> p_240521_1_, ITag.INamedTag<Item> p_240521_2_)
private void
BlockModelProvider. createBeeNest(Block p_239887_1_, java.util.function.Function<Block,ModelTextures> p_239887_2_)
private void
BlockModelProvider. createCraftingTableLike(Block p_239875_1_, Block p_239875_2_, java.util.function.BiFunction<Block,Block,ModelTextures> p_239875_3_)
private void
BlockModelProvider. createCraftingTableLike(Block p_239875_1_, Block p_239875_2_, java.util.function.BiFunction<Block,Block,ModelTextures> p_239875_3_)
private static TexturedModel.ISupplier
TexturedModel. createDefault(java.util.function.Function<Block,ModelTextures> p_240461_0_, ModelsUtil p_240461_1_)
Constructors in net.minecraft.data with parameters of type Block Constructor Description BreakParticleHelper(ResourceLocation p_i232515_2_, Block p_i232515_3_)
FinishedMultiPartBlockState(Block p_i232524_1_)
FinishedVariantBlockState(Block p_i232529_1_, java.util.List<BlockModelDefinition> p_i232529_2_)
-
Uses of Block in net.minecraft.data.loot
Methods in net.minecraft.data.loot that return types with arguments of type Block Modifier and Type Method Description protected java.lang.Iterable<Block>
BlockLootTables. getKnownBlocks()
Methods in net.minecraft.data.loot with parameters of type Block Modifier and Type Method Description protected void
BlockLootTables. add(Block p_218522_1_, java.util.function.Function<Block,LootTable.Builder> p_218522_2_)
protected void
BlockLootTables. add(Block p_218507_1_, LootTable.Builder p_218507_2_)
private void
BlockLootTables. addNetherVinesDropTable(Block p_239830_1_, Block p_239830_2_)
private static LootTable.Builder
BlockLootTables. createAttachedStemDrops(Block p_229435_0_, Item p_229435_1_)
protected static LootTable.Builder
BlockLootTables. createBannerDrop(Block p_218559_0_)
private static LootTable.Builder
BlockLootTables. createBeeHiveDrop(Block p_229437_0_)
private static LootTable.Builder
BlockLootTables. createBeeNestDrop(Block p_229436_0_)
protected static LootTable.Builder
BlockLootTables. createCropDrops(Block p_218541_0_, Item p_218541_1_, Item p_218541_2_, ILootCondition.IBuilder p_218541_3_)
static LootTable.Builder
BlockLootTables. createDoorTable(Block p_239829_0_)
private static LootTable.Builder
BlockLootTables. createDoublePlantShearsDrop(Block p_241750_0_)
private static LootTable.Builder
BlockLootTables. createDoublePlantWithSeedDrops(Block p_241749_0_, Block p_241749_1_)
protected static LootTable.Builder
BlockLootTables. createGrassDrops(Block p_218570_0_)
protected static LootTable.Builder
BlockLootTables. createLeavesDrops(Block p_218540_0_, Block p_218540_1_, float... p_218540_2_)
protected static LootTable.Builder
BlockLootTables. createMushroomBlockDrop(Block p_218491_0_, IItemProvider p_218491_1_)
protected static LootTable.Builder
BlockLootTables. createNameableBlockEntityTable(Block p_218481_0_)
protected static LootTable.Builder
BlockLootTables. createOakLeavesDrops(Block p_218526_0_, Block p_218526_1_, float... p_218526_2_)
protected static LootTable.Builder
BlockLootTables. createOreDrop(Block p_218476_0_, Item p_218476_1_)
protected static LootTable.Builder
BlockLootTables. createSelfDropDispatchTable(Block p_218494_0_, ILootCondition.IBuilder p_218494_1_, LootEntry.Builder<?> p_218494_2_)
protected static LootTable.Builder
BlockLootTables. createShearsDispatchTable(Block p_218511_0_, LootEntry.Builder<?> p_218511_1_)
protected static LootTable.Builder
BlockLootTables. createShulkerBoxDrop(Block p_218544_0_)
protected static LootTable.Builder
BlockLootTables. createSilkTouchDispatchTable(Block p_218519_0_, LootEntry.Builder<?> p_218519_1_)
protected static LootTable.Builder
BlockLootTables. createSilkTouchOrShearsDispatchTable(Block p_218535_0_, LootEntry.Builder<?> p_218535_1_)
protected static LootTable.Builder
BlockLootTables. createSingleItemTableWithSilkTouch(Block p_218515_0_, IItemProvider p_218515_1_)
protected static LootTable.Builder
BlockLootTables. createSingleItemTableWithSilkTouch(Block p_218530_0_, IItemProvider p_218530_1_, IRandomRange p_218530_2_)
protected static <T extends java.lang.Comparable<T> & IStringSerializable>
LootTable.BuilderBlockLootTables. createSinglePropConditionTable(Block p_218562_0_, Property<T> p_218562_1_, T p_218562_2_)
protected static LootTable.Builder
BlockLootTables. createSlabItemTable(Block p_218513_0_)
protected static LootTable.Builder
BlockLootTables. createStemDrops(Block p_218475_0_, Item p_218475_1_)
void
BlockLootTables. dropOther(Block p_218493_1_, IItemProvider p_218493_2_)
void
BlockLootTables. dropPottedContents(Block p_218547_1_)
void
BlockLootTables. dropSelf(Block p_218492_1_)
void
BlockLootTables. dropWhenSilkTouch(Block p_218466_1_)
void
BlockLootTables. otherWhenSilkTouch(Block p_218564_1_, Block p_218564_2_)
Method parameters in net.minecraft.data.loot with type arguments of type Block Modifier and Type Method Description protected void
BlockLootTables. add(Block p_218522_1_, java.util.function.Function<Block,LootTable.Builder> p_218522_2_)
-
Uses of Block in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type Block Modifier and Type Field Description private com.google.common.collect.ImmutableSet<Block>
EntityType.Builder. immuneTo
private com.google.common.collect.ImmutableSet<Block>
EntityType. immuneTo
Methods in net.minecraft.entity with parameters of type Block Modifier and Type Method Description EntityType.Builder<T>
EntityType.Builder. immuneTo(Block... p_233607_1_)
Constructor parameters in net.minecraft.entity with type arguments of type Block Constructor Description EntityType(EntityType.IFactory<T> p_i231489_1_, EntityClassification p_i231489_2_, boolean p_i231489_3_, boolean p_i231489_4_, boolean p_i231489_5_, boolean p_i231489_6_, com.google.common.collect.ImmutableSet<Block> p_i231489_7_, EntitySize p_i231489_8_, int p_i231489_9_, int p_i231489_10_)
EntityType(EntityType.IFactory<T> p_i231489_1_, EntityClassification p_i231489_2_, boolean p_i231489_3_, boolean p_i231489_4_, boolean p_i231489_5_, boolean p_i231489_6_, com.google.common.collect.ImmutableSet<Block> p_i231489_7_, EntitySize p_i231489_8_, int p_i231489_9_, int p_i231489_10_, java.util.function.Predicate<EntityType<?>> velocityUpdateSupplier, java.util.function.ToIntFunction<EntityType<?>> trackingRangeSupplier, java.util.function.ToIntFunction<EntityType<?>> updateIntervalSupplier, java.util.function.BiFunction<FMLPlayMessages.SpawnEntity,World,T> customClientFactory)
-
Uses of Block in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as Block Modifier and Type Field Description private Block
BreakBlockGoal. blockToRemove
Constructors in net.minecraft.entity.ai.goal with parameters of type Block Constructor Description BreakBlockGoal(Block p_i48795_1_, CreatureEntity p_i48795_2_, double p_i48795_3_, int p_i48795_5_)
-
Uses of Block in net.minecraft.entity.item
Fields in net.minecraft.entity.item declared as Block Modifier and Type Field Description private Block
BoatEntity.Type. planks
Methods in net.minecraft.entity.item that return Block Modifier and Type Method Description Block
BoatEntity.Type. getPlanks()
Constructors in net.minecraft.entity.item with parameters of type Block Constructor Description Type(Block p_i48146_3_, java.lang.String p_i48146_4_)
-
Uses of Block in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager with type parameters of type Block Modifier and Type Field Description private com.google.common.collect.ImmutableSet<Block>
VillagerProfession. secondaryPoi
Methods in net.minecraft.entity.merchant.villager that return types with arguments of type Block Modifier and Type Method Description com.google.common.collect.ImmutableSet<Block>
VillagerProfession. getSecondaryPoi()
Constructors in net.minecraft.entity.merchant.villager with parameters of type Block Constructor Description ItemsForEmeraldsTrade(Block p_i50528_1_, int p_i50528_2_, int p_i50528_3_, int p_i50528_4_, int p_i50528_5_)
-
Uses of Block in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container with parameters of type Block Modifier and Type Method Description protected static boolean
Container. stillValid(IWorldPosCallable p_216963_0_, PlayerEntity p_216963_1_, Block p_216963_2_)
-
Uses of Block in net.minecraft.item
Fields in net.minecraft.item declared as Block Modifier and Type Field Description private Block
AirItem. block
private Block
BlockItem. block
Deprecated.protected Block
WallOrFloorItem. wallBlock
Fields in net.minecraft.item with type parameters of type Block Modifier and Type Field Description private java.util.Set<Block>
ToolItem. blocks
static java.util.Map<Block,Item>
Item. BY_BLOCK
private static java.util.Set<Block>
HoeItem. DIGGABLES
private static java.util.Set<Block>
PickaxeItem. DIGGABLES
private static java.util.Set<Block>
ShovelItem. DIGGABLES
protected static java.util.Map<Block,BlockState>
ShovelItem. FLATTENABLES
private static java.util.Set<Block>
AxeItem. OTHER_DIGGABLE_BLOCKS
protected static java.util.Map<Block,Block>
AxeItem. STRIPABLES
protected static java.util.Map<Block,Block>
AxeItem. STRIPABLES
protected static java.util.Map<Block,BlockState>
HoeItem. TILLABLES
Methods in net.minecraft.item that return Block Modifier and Type Method Description Block
BlockItem. getBlock()
private Block
BlockItem. getBlockRaw()
Methods in net.minecraft.item with parameters of type Block Modifier and Type Method Description static Item
Item. byBlock(Block p_150898_0_)
Deprecated.private static Item
Items. registerBlock(Block p_221545_0_)
protected static Item
Items. registerBlock(Block p_221546_0_, Item p_221546_1_)
private static Item
Items. registerBlock(Block p_221542_0_, ItemGroup p_221542_1_)
Method parameters in net.minecraft.item with type arguments of type Block Modifier and Type Method Description void
BlockItem. registerBlocks(java.util.Map<Block,Item> p_195946_1_, Item p_195946_2_)
void
WallOrFloorItem. registerBlocks(java.util.Map<Block,Item> p_195946_1_, Item p_195946_2_)
void
BlockItem. removeFromBlockToItemMap(java.util.Map<Block,Item> blockToItemMap, Item itemIn)
void
WallOrFloorItem. removeFromBlockToItemMap(java.util.Map<Block,Item> blockToItemMap, Item itemIn)
Constructors in net.minecraft.item with parameters of type Block Constructor Description AirItem(Block p_i48535_1_, Item.Properties p_i48535_2_)
BannerItem(Block p_i48529_1_, Block p_i48529_2_, Item.Properties p_i48529_3_)
BedItem(Block p_i48528_1_, Item.Properties p_i48528_2_)
BlockItem(Block p_i48527_1_, Item.Properties p_i48527_2_)
BlockNamedItem(Block p_i50041_1_, Item.Properties p_i50041_2_)
LilyPadItem(Block p_i48456_1_, Item.Properties p_i48456_2_)
OperatorOnlyItem(Block p_i48491_1_, Item.Properties p_i48491_2_)
ScaffoldingItem(Block p_i50039_1_, Item.Properties p_i50039_2_)
SignItem(Item.Properties p_i50038_1_, Block p_i50038_2_, Block p_i50038_3_)
SkullItem(Block p_i48477_1_, Block p_i48477_2_, Item.Properties p_i48477_3_)
TallBlockItem(Block p_i48511_1_, Item.Properties p_i48511_2_)
WallOrFloorItem(Block p_i48462_1_, Block p_i48462_2_, Item.Properties p_i48462_3_)
Constructor parameters in net.minecraft.item with type arguments of type Block Constructor Description ToolItem(float p_i48512_1_, float p_i48512_2_, IItemTier p_i48512_3_, java.util.Set<Block> p_i48512_4_, Item.Properties p_i48512_5_)
-
Uses of Block in net.minecraft.loot.conditions
Fields in net.minecraft.loot.conditions declared as Block Modifier and Type Field Description private Block
BlockStateProperty. block
private Block
BlockStateProperty.Builder. block
Methods in net.minecraft.loot.conditions with parameters of type Block Modifier and Type Method Description static BlockStateProperty.Builder
BlockStateProperty. hasBlockStateProperties(Block p_215985_0_)
Constructors in net.minecraft.loot.conditions with parameters of type Block Constructor Description BlockStateProperty(Block p_i225896_1_, StatePropertiesPredicate p_i225896_2_)
Builder(Block p_i50576_1_)
-
Uses of Block in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as Block Modifier and Type Field Description private Block
CopyBlockState. block
private Block
CopyBlockState.Builder. block
Methods in net.minecraft.loot.functions with parameters of type Block Modifier and Type Method Description static CopyBlockState.Builder
CopyBlockState. copyState(Block p_227545_0_)
Constructors in net.minecraft.loot.functions with parameters of type Block Constructor Description Builder(Block p_i225892_1_)
CopyBlockState(ILootCondition[] p_i225890_1_, Block p_i225890_2_, java.util.Set<Property<?>> p_i225890_3_)
-
Uses of Block in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as Block Modifier and Type Field Description private Block
SBlockActionPacket. block
Methods in net.minecraft.network.play.server that return Block Modifier and Type Method Description Block
SBlockActionPacket. getBlock()
Constructors in net.minecraft.network.play.server with parameters of type Block Constructor Description SBlockActionPacket(BlockPos p_i46966_1_, Block p_i46966_2_, int p_i46966_3_, int p_i46966_4_)
-
Uses of Block in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type Block Modifier and Type Field Description static StatType<Block>
Stats. BLOCK_MINED
-
Uses of Block in net.minecraft.tags
Methods in net.minecraft.tags that return types with arguments of type Block Modifier and Type Method Description static ITag.INamedTag<Block>
BlockTags. bind(java.lang.String p_199894_0_)
static Tags.IOptionalNamedTag<Block>
BlockTags. createOptional(ResourceLocation name)
static Tags.IOptionalNamedTag<Block>
BlockTags. createOptional(ResourceLocation name, java.util.Set<java.util.function.Supplier<Block>> defaults)
static ITagCollection<Block>
BlockTags. getAllTags()
ITagCollection<Block>
ITagCollectionSupplier. getBlocks()
static java.util.List<? extends ITag.INamedTag<Block>>
BlockTags. getWrappers()
Method parameters in net.minecraft.tags with type arguments of type Block Modifier and Type Method Description static Tags.IOptionalNamedTag<Block>
BlockTags. createOptional(ResourceLocation name, java.util.Set<java.util.function.Supplier<Block>> defaults)
static ITagCollectionSupplier
ITagCollectionSupplier. of(ITagCollection<Block> p_242209_0_, ITagCollection<Item> p_242209_1_, ITagCollection<Fluid> p_242209_2_, ITagCollection<EntityType<?>> p_242209_3_)
-
Uses of Block in net.minecraft.test
Methods in net.minecraft.test with parameters of type Block Modifier and Type Method Description private static void
TestUtils. spawnBeacon(TestTracker p_229559_0_, Block p_229559_1_)
-
Uses of Block in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as Block Modifier and Type Field Description private static Block[]
ConduitTileEntity. VALID_BLOCKS
Fields in net.minecraft.tileentity with type parameters of type Block Modifier and Type Field Description private java.util.Set<Block>
TileEntityType.Builder. validBlocks
private java.util.Set<Block>
TileEntityType. validBlocks
Methods in net.minecraft.tileentity with parameters of type Block Modifier and Type Method Description boolean
TileEntityType. isValid(Block p_223045_1_)
static <T extends TileEntity>
TileEntityType.Builder<T>TileEntityType.Builder. of(java.util.function.Supplier<? extends T> p_223042_0_, Block... p_223042_1_)
Constructor parameters in net.minecraft.tileentity with type arguments of type Block Constructor Description Builder(java.util.function.Supplier<? extends T> p_i51498_1_, java.util.Set<Block> p_i51498_2_)
TileEntityType(java.util.function.Supplier<? extends T> p_i51497_1_, java.util.Set<Block> p_i51497_2_, com.mojang.datafixers.types.Type<?> p_i51497_3_)
-
Uses of Block in net.minecraft.util.palette
Fields in net.minecraft.util.palette with type parameters of type Block Modifier and Type Field Description private static java.util.Map<Block,UpgradeData.IBlockFixer>
UpgradeData. MAP
Constructors in net.minecraft.util.palette with parameters of type Block Constructor Description BlockFixers(boolean p_i49366_3_, Block... p_i49366_4_)
BlockFixers(Block... p_i47847_3_)
-
Uses of Block in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type Block Modifier and Type Field Description static DefaultedRegistry<Block>
Registry. BLOCK
Deprecated.static RegistryKey<Registry<Block>>
Registry. BLOCK_REGISTRY
-
Uses of Block in net.minecraft.village
Methods in net.minecraft.village with parameters of type Block Modifier and Type Method Description static java.util.Set<BlockState>
PointOfInterestType. getBlockStates(Block p_221042_0_)
-
Uses of Block in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type Block Modifier and Type Method Description ITickList<Block>
IWorld. getBlockTicks()
ITag<Block>
DimensionType. infiniburn()
Methods in net.minecraft.world with parameters of type Block Modifier and Type Method Description void
World. blockEvent(BlockPos p_175641_1_, Block p_175641_2_, int p_175641_3_, int p_175641_4_)
default void
IWorld. blockUpdated(BlockPos p_230547_1_, Block p_230547_2_)
void
World. neighborChanged(BlockPos p_190524_1_, Block p_190524_2_, BlockPos p_190524_3_)
void
World. updateNeighborsAt(BlockPos p_195593_1_, Block p_195593_2_)
void
World. updateNeighborsAtExceptFromFacing(BlockPos p_175695_1_, Block p_175695_2_, Direction p_175695_3_)
void
World. updateNeighbourForOutputSignal(BlockPos p_175666_1_, Block p_175666_2_)
-
Uses of Block in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type Block Modifier and Type Field Description private ITickList<Block>
Chunk. blockTicks
private ChunkPrimerTickList<Block>
ChunkPrimer. blockTicks
Methods in net.minecraft.world.chunk that return types with arguments of type Block Modifier and Type Method Description ITickList<Block>
Chunk. getBlockTicks()
ChunkPrimerTickList<Block>
ChunkPrimer. getBlockTicks()
ChunkPrimerTickList<Block>
ChunkPrimerWrapper. getBlockTicks()
ITickList<Block>
IChunk. getBlockTicks()
Constructor parameters in net.minecraft.world.chunk with type arguments of type Block Constructor Description Chunk(World p_i225781_1_, ChunkPos p_i225781_2_, BiomeContainer p_i225781_3_, UpgradeData p_i225781_4_, ITickList<Block> p_i225781_5_, ITickList<Fluid> p_i225781_6_, long p_i225781_7_, ChunkSection[] p_i225781_9_, java.util.function.Consumer<Chunk> p_i225781_10_)
ChunkPrimer(ChunkPos p_i49941_1_, UpgradeData p_i49941_2_, ChunkSection[] p_i49941_3_, ChunkPrimerTickList<Block> p_i49941_4_, ChunkPrimerTickList<Fluid> p_i49941_5_)
-
Uses of Block in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type Block Modifier and Type Field Description private ITickList<Block>
WorldGenRegion. blockTicks
Methods in net.minecraft.world.gen that return types with arguments of type Block Modifier and Type Method Description ITickList<Block>
WorldGenRegion. getBlockTicks()
Constructors in net.minecraft.world.gen with parameters of type Block Constructor Description FlatLayerInfo(int p_i45467_1_, Block p_i45467_2_)
-
Uses of Block in net.minecraft.world.gen.blockstateprovider
Fields in net.minecraft.world.gen.blockstateprovider declared as Block Modifier and Type Field Description private Block
AxisRotatingBlockStateProvider. block
Constructors in net.minecraft.world.gen.blockstateprovider with parameters of type Block Constructor Description AxisRotatingBlockStateProvider(Block p_i225858_1_)
-
Uses of Block in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type Block Modifier and Type Field Description protected java.util.Set<Block>
WorldCarver. replaceableBlocks
-
Uses of Block in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type Block Modifier and Type Field Description private static com.google.common.collect.ImmutableList<Block>
BasaltColumnFeature. CANNOT_PLACE_ON
java.util.Set<Block>
LiquidsConfig. validBlocks
private java.util.Set<Block>
BlockClusterFeatureConfig.Builder. whitelist
java.util.Set<Block>
BlockClusterFeatureConfig. whitelist
Methods in net.minecraft.world.gen.feature with parameters of type Block Modifier and Type Method Description static boolean
Feature. isDirt(Block p_227250_0_)
private boolean
IcebergFeature. isIcebergBlock(Block p_205179_1_)
protected static boolean
Feature. isStone(Block p_227249_0_)
Method parameters in net.minecraft.world.gen.feature with type arguments of type Block Modifier and Type Method Description BlockClusterFeatureConfig.Builder
BlockClusterFeatureConfig.Builder. whitelist(java.util.Set<Block> p_227316_1_)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type Block Constructor Description BlockClusterFeatureConfig(BlockStateProvider p_i225836_1_, BlockPlacer p_i225836_2_, java.util.Set<Block> p_i225836_3_, java.util.Set<BlockState> p_i225836_4_, int p_i225836_5_, int p_i225836_6_, int p_i225836_7_, int p_i225836_8_, boolean p_i225836_9_, boolean p_i225836_10_, boolean p_i225836_11_)
LiquidsConfig(FluidState p_i225841_1_, boolean p_i225841_2_, int p_i225841_3_, int p_i225841_4_, java.util.Set<Block> p_i225841_5_)
-
Uses of Block in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type Block Modifier and Type Field Description private static com.google.common.collect.ImmutableList<Block>
BasaltDeltasStructure. CANNOT_REPLACE
protected static java.util.Set<Block>
OceanMonumentPieces.Piece. FILL_KEEP
private static java.util.Set<Block>
StructurePiece. SHAPE_CHECK_BLOCKS
Methods in net.minecraft.world.gen.feature.structure with parameters of type Block Modifier and Type Method Description private static BlockPos
NetherackBlobReplacementStructure. findTarget(IWorld p_236329_0_, BlockPos.Mutable p_236329_1_, Block p_236329_2_)
private static RuleEntry
RuinedPortalPiece. getBlockReplaceRule(Block p_237011_0_, float p_237011_1_, Block p_237011_2_)
private static RuleEntry
RuinedPortalPiece. getBlockReplaceRule(Block p_237012_0_, Block p_237012_1_)
-
Uses of Block in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as Block Modifier and Type Field Description private Block
BlockMatchRuleTest. block
private Block
RandomBlockMatchRuleTest. block
Fields in net.minecraft.world.gen.feature.template with type parameters of type Block Modifier and Type Field Description private java.util.Map<Block,java.util.List<Template.BlockInfo>>
Template.Palette. cache
private java.util.Map<Block,Block>
BlackStoneReplacementProcessor. replacements
private java.util.Map<Block,Block>
BlackStoneReplacementProcessor. replacements
private ITag<Block>
TagMatchRuleTest. tag
private com.google.common.collect.ImmutableList<Block>
BlockIgnoreStructureProcessor. toIgnore
Methods in net.minecraft.world.gen.feature.template with parameters of type Block Modifier and Type Method Description java.util.List<Template.BlockInfo>
Template.Palette. blocks(Block p_237158_1_)
void
Template. fillFromWorld(World p_186254_1_, BlockPos p_186254_2_, BlockPos p_186254_3_, boolean p_186254_4_, Block p_186254_5_)
java.util.List<Template.BlockInfo>
Template. filterBlocks(BlockPos p_215381_1_, PlacementSettings p_215381_2_, Block p_215381_3_)
java.util.List<Template.BlockInfo>
Template. filterBlocks(BlockPos p_215386_1_, PlacementSettings p_215386_2_, Block p_215386_3_, boolean p_215386_4_)
private static BlockState
BlockMosinessProcessor. getRandomFacingStairs(java.util.Random p_237066_0_, Block p_237066_1_)
Constructors in net.minecraft.world.gen.feature.template with parameters of type Block Constructor Description BlockMatchRuleTest(Block p_i51334_1_)
RandomBlockMatchRuleTest(Block p_i51324_1_, float p_i51324_2_)
Constructor parameters in net.minecraft.world.gen.feature.template with type arguments of type Block Constructor Description BlockIgnoreStructureProcessor(java.util.List<Block> p_i51336_1_)
TagMatchRuleTest(ITag<Block> p_i51318_1_)
-
Uses of Block in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type Block Modifier and Type Field Description private ServerTickList<Block>
ServerWorld. blockTicks
Methods in net.minecraft.world.server that return types with arguments of type Block Modifier and Type Method Description ServerTickList<Block>
ServerWorld. getBlockTicks()
Methods in net.minecraft.world.server with parameters of type Block Modifier and Type Method Description void
ServerWorld. blockEvent(BlockPos p_175641_1_, Block p_175641_2_, int p_175641_3_, int p_175641_4_)
void
ServerWorld. blockUpdated(BlockPos p_230547_1_, Block p_230547_2_)
Method parameters in net.minecraft.world.server with type arguments of type Block Modifier and Type Method Description private void
ServerWorld. tickBlock(NextTickListEntry<Block> p_205338_1_)
-
Uses of Block in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators declared as Block Modifier and Type Field Description private Block
MultiPartBlockStateBuilder. owner
private Block
VariantBlockStateBuilder. owner
private Block
VariantBlockStateBuilder.PartialBlockstate. owner
Fields in net.minecraftforge.client.model.generators with type parameters of type Block Modifier and Type Field Description protected java.util.Map<Block,IGeneratedBlockstate>
BlockStateProvider. registeredBlocks
Methods in net.minecraftforge.client.model.generators that return Block Modifier and Type Method Description Block
VariantBlockStateBuilder. getOwner()
Block
VariantBlockStateBuilder.PartialBlockstate. getOwner()
Methods in net.minecraftforge.client.model.generators with parameters of type Block Modifier and Type Method Description ResourceLocation
BlockStateProvider. blockTexture(Block block)
boolean
MultiPartBlockStateBuilder.PartBuilder. canApplyTo(Block b)
ModelFile
BlockStateProvider. cubeAll(Block block)
void
BlockStateProvider. directionalBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc)
void
BlockStateProvider. directionalBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc, int angleOffset)
void
BlockStateProvider. directionalBlock(Block block, ModelFile model)
void
BlockStateProvider. directionalBlock(Block block, ModelFile model, int angleOffset)
MultiPartBlockStateBuilder
BlockStateProvider. getMultipartBuilder(Block b)
VariantBlockStateBuilder
BlockStateProvider. getVariantBuilder(Block b)
void
BlockStateProvider. horizontalBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc)
void
BlockStateProvider. horizontalBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc, int angleOffset)
void
BlockStateProvider. horizontalBlock(Block block, ResourceLocation side, ResourceLocation front, ResourceLocation top)
void
BlockStateProvider. horizontalBlock(Block block, ModelFile model)
void
BlockStateProvider. horizontalBlock(Block block, ModelFile model, int angleOffset)
void
BlockStateProvider. horizontalFaceBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc)
void
BlockStateProvider. horizontalFaceBlock(Block block, java.util.function.Function<BlockState,ModelFile> modelFunc, int angleOffset)
void
BlockStateProvider. horizontalFaceBlock(Block block, ModelFile model)
void
BlockStateProvider. horizontalFaceBlock(Block block, ModelFile model, int angleOffset)
private java.lang.String
BlockStateProvider. name(Block block)
private void
BlockStateProvider. saveBlockState(DirectoryCache cache, com.google.gson.JsonObject stateJson, Block owner)
void
BlockStateProvider. simpleBlock(Block block)
void
BlockStateProvider. simpleBlock(Block block, java.util.function.Function<ModelFile,ConfiguredModel[]> expander)
void
BlockStateProvider. simpleBlock(Block block, ConfiguredModel... models)
void
BlockStateProvider. simpleBlock(Block block, ModelFile model)
void
BlockStateProvider. simpleBlockItem(Block block, ModelFile model)
Constructors in net.minecraftforge.client.model.generators with parameters of type Block Constructor Description MultiPartBlockStateBuilder(Block owner)
PartialBlockstate(Block owner, java.util.Map<Property<?>,java.lang.Comparable<?>> setStates, VariantBlockStateBuilder outerBuilder)
PartialBlockstate(Block owner, VariantBlockStateBuilder outerBuilder)
VariantBlockStateBuilder(Block owner)
-
Uses of Block in net.minecraftforge.common
Methods in net.minecraftforge.common that return types with arguments of type Block Modifier and Type Method Description private static Tags.IOptionalNamedTag<Block>
Tags.Blocks. tag(java.lang.String name)
Method parameters in net.minecraftforge.common with type arguments of type Block Modifier and Type Method Description static ITagCollectionSupplier
ForgeTagHandler. populateTagCollectionManager(ITagCollection<Block> blockTags, ITagCollection<Item> itemTags, ITagCollection<Fluid> fluidTags, ITagCollection<EntityType<?>> entityTypeTags)
Used to ensure that all custom tag types have a defaulted collection when vanilla is initializing a defaulted TagCollectionManagerstatic void
ForgeHooks. setBlockToolSetter(org.apache.logging.log4j.util.TriConsumer<Block,ToolType,java.lang.Integer> setter)
-
Uses of Block in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data that return types with arguments of type Block Modifier and Type Method Description private ITag.INamedTag<Block>
ForgeItemTagsProvider. getForgeBlockTag(java.lang.String name)
private ITag.INamedTag<Block>
ForgeBlockTagsProvider. getForgeTag(java.lang.String name)
Methods in net.minecraftforge.common.data with parameters of type Block Modifier and Type Method Description void
LanguageProvider. add(Block key, java.lang.String name)
Method parameters in net.minecraftforge.common.data with type arguments of type Block Modifier and Type Method Description void
LanguageProvider. addBlock(java.util.function.Supplier<? extends Block> key, java.lang.String name)
private void
ForgeBlockTagsProvider. addColored(java.util.function.Consumer<Block> consumer, ITag.INamedTag<Block> group, java.lang.String pattern)
private void
ForgeBlockTagsProvider. addColored(java.util.function.Consumer<Block> consumer, ITag.INamedTag<Block> group, java.lang.String pattern)
private void
ForgeItemTagsProvider. func_240521_a_Colored(ITag.INamedTag<Block> blockGroup, ITag.INamedTag<Item> itemGroup)
-
Uses of Block in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return Block Modifier and Type Method Description default Block
IForgeBlock. getBlock()
Methods in net.minecraftforge.common.extensions with parameters of type Block Modifier and Type Method Description default void
IForgeBlock. observedNeighborChange(BlockState observerState, World world, BlockPos observerPos, Block changedBlock, BlockPos changedBlockPos)
Deprecated.default void
IForgeBlockState. observedNeighborChange(World world, BlockPos pos, Block changed, BlockPos changedPos)
Deprecated. -
Uses of Block in net.minecraftforge.debug
Fields in net.minecraftforge.debug with type parameters of type Block Modifier and Type Field Description private static RegistryObject<Block>
DeferredRegistryTest. BLOCK
private static DeferredRegister<Block>
CustomSoundTypeTest. BLOCKS
private static DeferredRegister<Block>
DeferredRegistryTest. BLOCKS
private static java.util.Set<Block>
DataGeneratorTest.BlockStates. IGNORED_BLOCKS
private static Tags.IOptionalNamedTag<Block>
DuplicateOptionalTagTest. TAG_A
private static java.util.Set<java.util.function.Supplier<Block>>
DuplicateOptionalTagTest. TAG_A_DEFAULTS
private static Tags.IOptionalNamedTag<Block>
DuplicateOptionalTagTest. TAG_B
private static java.util.Set<java.util.function.Supplier<Block>>
DuplicateOptionalTagTest. TAG_B_DEFAULTS
private static RegistryObject<Block>
CustomSoundTypeTest. TEST_STEP_BLOCK
Methods in net.minecraftforge.debug with parameters of type Block Modifier and Type Method Description private void
DataGeneratorTest.BlockStates. blockstateError(Block block, java.lang.String fmt, java.lang.Object... args)
private boolean
DataGeneratorTest.BlockStates. compareArrays(Block block, java.lang.String key, java.lang.String name, com.google.gson.JsonElement generated, com.google.gson.JsonElement vanilla)
private void
DataGeneratorTest.BlockStates. compareMultipartBlockstates(Block block, com.google.gson.JsonObject generated, com.google.gson.JsonObject vanilla)
private void
DataGeneratorTest.BlockStates. compareVariant(Block block, java.lang.String key, com.google.gson.JsonObject generatedVariant, com.google.gson.JsonObject vanillaVariant)
private void
DataGeneratorTest.BlockStates. compareVariantBlockstates(Block block, com.google.gson.JsonObject generated, com.google.gson.JsonObject vanilla)
-
Uses of Block in net.minecraftforge.debug.block
Subclasses of Block in net.minecraftforge.debug.block Modifier and Type Class Description static class
CustomPlantTypeTest.CustomBlock
static class
CustomPlantTypeTest.CustomPlantBlock
static class
CustomRespawnTest.CustomRespawnBlock
static class
CustomSignsTest.CustomStandingSignBlock
static class
CustomSignsTest.CustomWallSignBlock
private static class
FullPotsAccessorDemo.DioriteFlowerPotBlock
(package private) static class
ScaffoldingTest.ScaffoldingMethodTestBlock
Fields in net.minecraftforge.debug.block declared as Block Modifier and Type Field Description static Block
SlipperinessTest. BB_BLOCK
static Block
StickyBlockTest. BLUE_BLOCK
static Block
CustomPlantTypeTest. CUSTOM_PLANT
static Block
CustomPlantTypeTest. CUSTOM_SOIL
private Block
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. plant
Fields in net.minecraftforge.debug.block with type parameters of type Block Modifier and Type Field Description private static DeferredRegister<Block>
CustomRespawnTest. BLOCKS
private static DeferredRegister<Block>
CustomSignsTest. BLOCKS
private static DeferredRegister<Block>
FlowerPotTest. BLOCKS
private static DeferredRegister<Block>
FullPotsAccessorDemo. BLOCKS
private static DeferredRegister<Block>
PistonEventTest. BLOCKS
(package private) static DeferredRegister<Block>
ScaffoldingTest. BLOCKS
private static RegistryObject<Block>
FullPotsAccessorDemo. DIORITE_POT
static ModelProperty<Block>
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. PLANT_PROPERTY
(package private) static Tags.IOptionalNamedTag<Block>
ScaffoldingTest. SCAFFOLDING
(package private) static RegistryObject<Block>
ScaffoldingTest. SCAFFOLDING_METHOD_TEST
private static RegistryObject<Block>
PistonEventTest. shiftOnMove
static RegistryObject<Block>
CustomRespawnTest. TEST_RESPAWN_BLOCK
Methods in net.minecraftforge.debug.block that return Block Modifier and Type Method Description Block
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. getPlant()
Methods in net.minecraftforge.debug.block with parameters of type Block Modifier and Type Method Description private java.util.List<BakedQuad>
FullPotsAccessorDemo.ClientHandler.DioritePotModel. getPlantQuads(Block plant, Direction face, java.util.Random rand)
void
FullPotsAccessorDemo.DioriteFlowerPotTileEntity. setPlant(Block plant)
Method parameters in net.minecraftforge.debug.block with type arguments of type Block Modifier and Type Method Description static void
CustomPlantTypeTest. registerBlocks(RegistryEvent.Register<Block> event)
static void
SlipperinessTest. registerBlocks(RegistryEvent.Register<Block> e)
static void
StickyBlockTest. registerBlocks(RegistryEvent.Register<Block> event)
-
Uses of Block in net.minecraftforge.debug.client.model
Fields in net.minecraftforge.debug.client.model declared as Block Modifier and Type Field Description static Block
MultiLayerModelTest. TEST_BLOCK
Fields in net.minecraftforge.debug.client.model with type parameters of type Block Modifier and Type Field Description static DeferredRegister<Block>
CompositeModelTest. BLOCKS
static DeferredRegister<Block>
NewModelLoaderTest. BLOCKS
private static DeferredRegister<Block>
TRSRTransformerTest. BLOCKS
static RegistryObject<Block>
CompositeModelTest. composite_block
static RegistryObject<Block>
NewModelLoaderTest. obj_block
private static RegistryObject<Block>
TRSRTransformerTest. TEST_BLOCK
Method parameters in net.minecraftforge.debug.client.model with type arguments of type Block Modifier and Type Method Description static void
MultiLayerModelTest.Registration. registerBlocks(RegistryEvent.Register<Block> event)
-
Uses of Block in net.minecraftforge.debug.fluid
Subclasses of Block in net.minecraftforge.debug.fluid Modifier and Type Class Description private static class
NewFluidTest.FluidloggableBlock
Fields in net.minecraftforge.debug.fluid with type parameters of type Block Modifier and Type Field Description static DeferredRegister<Block>
NewFluidTest. BLOCKS
static RegistryObject<Block>
NewFluidTest. fluidloggable_block
Method parameters in net.minecraftforge.debug.fluid with type arguments of type Block Modifier and Type Method Description protected void
NewFluidTest.FluidloggableBlock. createBlockStateDefinition(StateContainer.Builder<Block,BlockState> builder)
-
Uses of Block in net.minecraftforge.debug.world
Subclasses of Block in net.minecraftforge.debug.world Modifier and Type Class Description private static class
ForgeChunkManagerTest.ChunkLoaderBlock
Fields in net.minecraftforge.debug.world with type parameters of type Block Modifier and Type Field Description private static DeferredRegister<Block>
ForgeChunkManagerTest. BLOCKS
private static RegistryObject<Block>
ForgeChunkManagerTest. CHUNK_LOADER_BLOCK
-
Uses of Block in net.minecraftforge.registries
Subclasses of Block in net.minecraftforge.registries Modifier and Type Class Description private static class
GameData.BlockCallbacks.BlockDummyAir
Fields in net.minecraftforge.registries with type parameters of type Block Modifier and Type Field Description static IForgeRegistry<Block>
ForgeRegistries. BLOCKS
static RegistryKey<Registry<Block>>
ForgeRegistries.Keys. BLOCKS
Methods in net.minecraftforge.registries that return Block Modifier and Type Method Description Block
GameData.BlockCallbacks. createDummy(ResourceLocation key)
Methods in net.minecraftforge.registries that return types with arguments of type Block Modifier and Type Method Description static java.util.Map<Block,Item>
GameData. getBlockItemMap()
Methods in net.minecraftforge.registries with parameters of type Block Modifier and Type Method Description void
GameData.BlockCallbacks. onAdd(IForgeRegistryInternal<Block> owner, RegistryManager stage, int id, Block block, Block oldBlock)
Method parameters in net.minecraftforge.registries with type arguments of type Block Modifier and Type Method Description void
GameData.BlockCallbacks. onAdd(IForgeRegistryInternal<Block> owner, RegistryManager stage, int id, Block block, Block oldBlock)
void
GameData.BlockCallbacks. onBake(IForgeRegistryInternal<Block> owner, RegistryManager stage)
void
GameData.BlockCallbacks. onClear(IForgeRegistryInternal<Block> owner, RegistryManager stage)
void
GameData.BlockCallbacks. onCreate(IForgeRegistryInternal<Block> owner, RegistryManager stage)
-