Uses of Class
net.minecraft.world.level.block.entity.CampfireBlockEntity
Packages that use CampfireBlockEntity
Package
Description
-
Uses of CampfireBlockEntity in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type CampfireBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionvoidCampfireRenderer.extractRenderState(CampfireBlockEntity blockEntity, CampfireRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) -
Uses of CampfireBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type CampfireBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<CampfireBlockEntity> BlockEntityType.CAMPFIREMethods in net.minecraft.world.level.block.entity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.cookTick(ServerLevel level, BlockPos pos, BlockState state, CampfireBlockEntity entity, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> recipeCache) static voidCampfireBlockEntity.cooldownTick(Level level, BlockPos pos, BlockState state, CampfireBlockEntity entity) static voidCampfireBlockEntity.particleTick(Level level, BlockPos pos, BlockState state, CampfireBlockEntity entity)