Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
Change villager maps to private final
Dieser Commit ist enthalten in:
Ursprung
0af919effe
Commit
f3344dbfed
@ -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
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren