Uses of Class
net.minecraft.util.CachedBlockInfo
Packages that use CachedBlockInfo
Package
Description
-
Uses of CachedBlockInfo in net.minecraft.block.pattern
Fields in net.minecraft.block.pattern with type parameters of type CachedBlockInfoModifier and TypeFieldDescriptionprivate final com.google.common.cache.LoadingCache<BlockPos,CachedBlockInfo> BlockPattern.PatternHelper.cacheprivate final Map<Character,Predicate<CachedBlockInfo>> BlockPatternBuilder.lookupMethods in net.minecraft.block.pattern that return CachedBlockInfoModifier and TypeMethodDescriptionBlockPattern.PatternHelper.getBlock(int p_177670_1_, int p_177670_2_, int p_177670_3_) Methods in net.minecraft.block.pattern that return types with arguments of type CachedBlockInfoModifier and TypeMethodDescriptionstatic com.google.common.cache.LoadingCache<BlockPos,CachedBlockInfo> BlockPattern.createLevelCache(IWorldReader p_181627_0_, boolean p_181627_1_) private Predicate<CachedBlockInfo>[][][]BlockPatternBuilder.createPattern()Method parameters in net.minecraft.block.pattern with type arguments of type CachedBlockInfoModifier and TypeMethodDescriptionprivate BlockPattern.PatternHelperBlockPattern.matches(BlockPos p_177682_1_, Direction p_177682_2_, Direction p_177682_3_, com.google.common.cache.LoadingCache<BlockPos, CachedBlockInfo> p_177682_4_) BlockPatternBuilder.where(char p_177662_1_, Predicate<CachedBlockInfo> p_177662_2_) Constructor parameters in net.minecraft.block.pattern with type arguments of type CachedBlockInfoModifierConstructorDescriptionPatternHelper(BlockPos p_i46378_1_, Direction p_i46378_2_, Direction p_i46378_3_, com.google.common.cache.LoadingCache<BlockPos, CachedBlockInfo> p_i46378_4_, int p_i46378_5_, int p_i46378_6_, int p_i46378_7_) -
Uses of CachedBlockInfo in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return types with arguments of type CachedBlockInfoModifier and TypeMethodDescriptionBlockPredicateArgument.IResult.create(ITagCollectionSupplier p_create_1_) static Predicate<CachedBlockInfo>BlockPredicateArgument.getBlockPredicate(com.mojang.brigadier.context.CommandContext<CommandSource> p_199825_0_, String p_199825_1_) Methods in net.minecraft.command.arguments with parameters of type CachedBlockInfoModifier and TypeMethodDescriptionbooleanBlockPredicateArgument.BlockPredicate.test(CachedBlockInfo p_test_1_) booleanBlockPredicateArgument.TagPredicate.test(CachedBlockInfo p_test_1_) booleanBlockStateInput.test(CachedBlockInfo p_test_1_) -
Uses of CachedBlockInfo in net.minecraft.command.impl
Fields in net.minecraft.command.impl with type parameters of type CachedBlockInfoMethod parameters in net.minecraft.command.impl with type arguments of type CachedBlockInfoModifier and TypeMethodDescriptionprivate static intCloneCommand.clone(CommandSource p_198274_0_, BlockPos p_198274_1_, BlockPos p_198274_2_, BlockPos p_198274_3_, Predicate<CachedBlockInfo> p_198274_4_, CloneCommand.Mode p_198274_5_) private static intFillCommand.fillBlocks(CommandSource p_198463_0_, MutableBoundingBox p_198463_1_, BlockStateInput p_198463_2_, FillCommand.Mode p_198463_3_, Predicate<CachedBlockInfo> p_198463_4_) private static intSetBlockCommand.setBlock(CommandSource p_198683_0_, BlockPos p_198683_1_, BlockStateInput p_198683_2_, SetBlockCommand.Mode p_198683_3_, Predicate<CachedBlockInfo> p_198683_4_) -
Uses of CachedBlockInfo in net.minecraft.item
Fields in net.minecraft.item declared as CachedBlockInfoModifier and TypeFieldDescriptionprivate CachedBlockInfoItemStack.cachedBreakBlockprivate CachedBlockInfoItemStack.cachedPlaceBlockMethods in net.minecraft.item with parameters of type CachedBlockInfoModifier and TypeMethodDescriptionprivate static booleanItemStack.areSameBlocks(CachedBlockInfo p_206846_0_, CachedBlockInfo p_206846_1_) booleanItemStack.hasAdventureModeBreakTagForBlock(ITagCollectionSupplier p_206848_1_, CachedBlockInfo p_206848_2_) booleanItemStack.hasAdventureModePlaceTagForBlock(ITagCollectionSupplier p_206847_1_, CachedBlockInfo p_206847_2_) -
Uses of CachedBlockInfo in net.minecraft.util
Methods in net.minecraft.util that return types with arguments of type CachedBlockInfoModifier and TypeMethodDescriptionstatic Predicate<CachedBlockInfo>CachedBlockInfo.hasState(Predicate<BlockState> p_177510_0_)