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
Methods in net.minecraft.client.renderer.blockentity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionvoidCampfireRenderer.extractRenderState(CampfireBlockEntity p_445642_, CampfireRenderState p_446494_, float p_446709_, Vec3 p_445382_, @Nullable ModelFeatureRenderer.CrumblingOverlay p_446369_) -
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 pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pCampfire, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> pCheck) static voidCampfireBlockEntity.cooldownTick(Level pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pBlockEntity) static voidCampfireBlockEntity.particleTick(Level pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pBlockEntity)