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
/
CrashReportDetail.java
soiz1
Upload folder using huggingface_hub
d46f4a3
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
package
net.minecraft;
import
java.util.concurrent.Callable;
public
interface
CrashReportDetail
<V>
extends
Callable
<V> {
}