File size: 90 Bytes
d46f4a3
 
 
 
 
 
1
2
3
4
5
6
package net.minecraft.world;

public enum InteractionHand {
    MAIN_HAND,
    OFF_HAND;
}