Class VillagerTrades
java.lang.Object
net.minecraft.entity.merchant.villager.VillagerTrades
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
static interface
(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<VillagerProfession,
it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]>> static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]>
toIntMap
(com.google.common.collect.ImmutableMap<Integer, VillagerTrades.ITrade[]> p_221238_0_)
-
Field Details
-
TRADES
public static final Map<VillagerProfession,it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]>> TRADES -
WANDERING_TRADER_TRADES
public static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]> WANDERING_TRADER_TRADES
-
-
Constructor Details
-
VillagerTrades
public VillagerTrades()
-
-
Method Details
-
toIntMap
private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<VillagerTrades.ITrade[]> toIntMap(com.google.common.collect.ImmutableMap<Integer, VillagerTrades.ITrade[]> p_221238_0_)
-