Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
eagler-1-12-4
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
eagler-1-12-4
/
src
/
game
/
java
/
net
/
minecraft
/
world
/
InteractionHand.java
soiz1
Upload folder using huggingface_hub
d46f4a3
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
package
net.minecraft.world;
public
enum
InteractionHand
{
MAIN_HAND,
OFF_HAND;
}