Class ParticleTypesRegistryLoader
java.lang.Object
org.geysermc.geyser.registry.loader.EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.level.particle.ParticleType,ParticleMapping>>
org.geysermc.geyser.registry.loader.ParticleTypesRegistryLoader
- All Implemented Interfaces:
RegistryLoader<String,Map<com.github.steveice10.mc.protocol.data.game.level.particle.ParticleType,ParticleMapping>>
public class ParticleTypesRegistryLoader
extends EffectRegistryLoader<Map<com.github.steveice10.mc.protocol.data.game.level.particle.ParticleType,ParticleMapping>>
Loads particle types from the given resource path.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<com.github.steveice10.mc.protocol.data.game.level.particle.ParticleType,ParticleMapping>Loads an output from the given input.Methods inherited from class org.geysermc.geyser.registry.loader.EffectRegistryLoader
get, loadFile
-
Constructor Details
-
ParticleTypesRegistryLoader
public ParticleTypesRegistryLoader()
-
-
Method Details
-
load
public Map<com.github.steveice10.mc.protocol.data.game.level.particle.ParticleType,ParticleMapping> load(String input)Description copied from interface:RegistryLoaderLoads an output from the given input.- Parameters:
input- the input- Returns:
- the output
-