Uses of Class
net.minecraft.block.entity.CampfireBlockEntity
Packages that use CampfireBlockEntity
-
Uses of CampfireBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type CampfireBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<CampfireBlockEntity> BlockEntityType.CAMPFIREMethods in net.minecraft.block.entity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.clientTick(World world, BlockPos pos, BlockState state, CampfireBlockEntity campfire) static voidCampfireBlockEntity.litServerTick(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) static voidCampfireBlockEntity.unlitServerTick(World world, BlockPos pos, BlockState state, CampfireBlockEntity campfire) -
Uses of CampfireBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionvoidCampfireBlockEntityRenderer.render(CampfireBlockEntity campfireBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Vec3d vec3d)