mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 21:52:05 -07:00
@@ -158,6 +158,12 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
|
||||
return MemoryKey.getByKey(key);
|
||||
}
|
||||
};
|
||||
/**
|
||||
* Server fluids.
|
||||
*
|
||||
* @see Fluid
|
||||
*/
|
||||
Registry<Fluid> FLUID = new SimpleRegistry<>(Fluid.class);
|
||||
|
||||
/**
|
||||
* Get the object by its key.
|
||||
|
Reference in New Issue
Block a user