Package net.minecraft.resources
Class ServerPackFinder
- java.lang.Object
-
- net.minecraft.resources.ServerPackFinder
-
- All Implemented Interfaces:
IPackFinder
public class ServerPackFinder extends java.lang.Object implements IPackFinder
-
-
Field Summary
Fields Modifier and Type Field Description private VanillaPack
vanillaPack
-
Constructor Summary
Constructors Constructor Description ServerPackFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
-
-
-
Field Detail
-
vanillaPack
private final VanillaPack vanillaPack
-
-
Method Detail
-
loadPacks
public void loadPacks(java.util.function.Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_)
- Specified by:
loadPacks
in interfaceIPackFinder
-
-