package net.minecraft.world.level.block.entity;

public interface LidBlockEntity {

    float a(float f);
}
