forked from GeyserMC/Geyser
Change villager maps to private final
This commit is contained in:
parent
0af919effe
commit
f3344dbfed
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ import org.geysermc.connector.network.session.GeyserSession;
|
||||||
|
|
||||||
public class VillagerEntity extends AbstractMerchantEntity {
|
public class VillagerEntity extends AbstractMerchantEntity {
|
||||||
|
|
||||||
public static Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
|
private static final Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
|
||||||
public static Int2IntMap VILLAGER_REGIONS = new Int2IntOpenHashMap();
|
private static final Int2IntMap VILLAGER_REGIONS = new Int2IntOpenHashMap();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
// Java villager profession IDs -> Bedrock
|
// Java villager profession IDs -> Bedrock
|
||||||
|
|
Loading…
Reference in a new issue