2025-11-24 22:52:51 +03:00

15 lines
176 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.world.level.material;
public enum PushReaction {
NORMAL,
DESTROY,
BLOCK,
IGNORE,
PUSH_ONLY;
}