public static class BiomeMatcher.Factory extends java.lang.Object implements IPlayerMatcher.MatcherFactory<BiomeMatcher>
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
BiomeMatcher |
fromBytes(net.minecraft.network.PacketBuffer buffer) |
BiomeMatcher |
fromJson(com.google.gson.JsonElement json) |
public BiomeMatcher fromJson(com.google.gson.JsonElement json)
fromJson in interface IPlayerMatcher.MatcherFactory<BiomeMatcher>public BiomeMatcher fromBytes(net.minecraft.network.PacketBuffer buffer)
fromBytes in interface IPlayerMatcher.MatcherFactory<BiomeMatcher>