Uses of Class
net.minecraft.world.level.block.entity.ChestBlockEntity
Packages that use ChestBlockEntity
Package
Description
-
Uses of ChestBlockEntity in net.minecraft.world.level.block
Subclasses with type arguments of type ChestBlockEntity in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionprivate static final DoubleBlockCombiner.Combiner<ChestBlockEntity, Optional<Container>> ChestBlock.CHEST_COMBINERprivate static final DoubleBlockCombiner.Combiner<ChestBlockEntity, Optional<MenuProvider>> ChestBlock.MENU_PROVIDER_COMBINERMethods in net.minecraft.world.level.block that return types with arguments of type ChestBlockEntityModifier and TypeMethodDescriptionBlockEntityType<? extends ChestBlockEntity> ChestBlock.blockEntityType()abstract DoubleBlockCombiner.NeighborCombineResult<? extends ChestBlockEntity> AbstractChestBlock.combine(BlockState state, Level level, BlockPos pos, boolean ignoreBeingBlocked) ChestBlock.combine(BlockState state, Level level, BlockPos pos, boolean ignoreBeingBlocked) EnderChestBlock.combine(BlockState state, Level level, BlockPos pos, boolean ignoreBeingBlocked) static DoubleBlockCombiner.Combiner<ChestBlockEntity, it.unimi.dsi.fastutil.floats.Float2FloatFunction> ChestBlock.opennessCombiner(LidBlockEntity entity) Constructor parameters in net.minecraft.world.level.block with type arguments of type ChestBlockEntityModifierConstructorDescriptionChestBlock(Supplier<BlockEntityType<? extends ChestBlockEntity>> blockEntityType, SoundEvent openSound, SoundEvent closeSound, BlockBehaviour.Properties properties) -
Uses of ChestBlockEntity in net.minecraft.world.level.block.entity
Subclasses of ChestBlockEntity in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<ChestBlockEntity> BlockEntityType.CHESTMethods in net.minecraft.world.level.block.entity with parameters of type ChestBlockEntityModifier and TypeMethodDescriptionstatic voidChestBlockEntity.lidAnimateTick(Level level, BlockPos pos, BlockState state, ChestBlockEntity entity) static voidChestBlockEntity.swapContents(ChestBlockEntity one, ChestBlockEntity two) -
Uses of ChestBlockEntity in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities with type parameters of type ChestBlockEntityModifier and TypeFieldDescriptionprivate static final DoubleBlockCombiner.Combiner<ChestBlockEntity, ResourceHandler<ItemResource>> CapabilityHooks.CHEST_COMBINER_HANDLER