3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 12:32:53 +02:00

Change villager maps to private final

Dieser Commit ist enthalten in:
DoctorMacc 2020-04-11 15:18:22 -04:00
Ursprung 0af919effe
Commit f3344dbfed

Datei anzeigen

@ -37,8 +37,8 @@ import org.geysermc.connector.network.session.GeyserSession;
public class VillagerEntity extends AbstractMerchantEntity {
public static Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
public static Int2IntMap VILLAGER_REGIONS = new Int2IntOpenHashMap();
private static final Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
private static final Int2IntMap VILLAGER_REGIONS = new Int2IntOpenHashMap();
static {
// Java villager profession IDs -> Bedrock