package net.minecraft.world.level.material; public enum PushReaction { NORMAL, DESTROY, BLOCK, IGNORE, PUSH_ONLY; }