Uses of Class
net.minecraft.class_4472
Packages that use class_4472
Package
Description
-
Uses of class_4472 in net.minecraft.block
Methods in net.minecraft.block that return class_4472Modifier and TypeMethodDescriptionprotected class_4472<Identifier>ChestBlock.method_16648()protected class_4472<Identifier>TrappedChestBlock.method_16648() -
Uses of class_4472 in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type class_4472Modifier and TypeFieldDescriptionprivate Iterator<class_4472<Identifier>>StatsScreen.GeneralStatsListWidget.field_20336Methods in net.minecraft.client.gui.screen with parameters of type class_4472Modifier and TypeMethodDescriptionprotected voidStatsScreen.ItemStatsListWidget.method_18635(class_4472<?> class_4472, int int2, int int3, boolean bool) -
Uses of class_4472 in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type class_4472Modifier and TypeMethodDescriptionvoidPlayerEntity.method_11238(class_4472<?> class_4472) voidServerPlayerEntity.method_11238(class_4472<?> class_4472) voidPlayerEntity.method_15930(class_4472<?> class_4472, int int2) voidServerPlayerEntity.method_15930(class_4472<?> class_4472, int int2) voidPlayerEntity.method_15932(class_4472<?> class_4472) -
Uses of class_4472 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type class_4472Modifier and TypeFieldDescriptionprivate Object2IntMap<class_4472<?>>StatsUpdateS2CPacket.field_21522Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type class_4472Methods in net.minecraft.network.packet.s2c.play with parameters of type class_4472Modifier and TypeMethodDescriptionprivate <T> intStatsUpdateS2CPacket.method_20206(class_4472<T> class_4472) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type class_4472 -
Uses of class_4472 in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type class_4472Modifier and TypeFieldDescriptionprivate final Map<T,class_4472<T>> StatType.field_22073protected final Object2IntMap<class_4472<?>>StatHandler.field_22141private final Set<class_4472<?>>ServerStatHandler.pendingStatsMethods in net.minecraft.stat that return class_4472Modifier and TypeMethodDescriptionprivate <T> class_4472<T>ServerStatHandler.method_21416(StatType<T> statType, String string) StatType.method_21426(T t, class_4473 class_4473) StatType.method_21429(T t) Methods in net.minecraft.stat that return types with arguments of type class_4472Modifier and TypeMethodDescriptionStatType.iterator()private Set<class_4472<?>>ServerStatHandler.takePendingStats()Methods in net.minecraft.stat with parameters of type class_4472Modifier and TypeMethodDescriptionprivate static <T> IdentifierServerStatHandler.method_21418(class_4472<T> class_4472) intStatHandler.method_21434(class_4472<?> class_4472) voidServerStatHandler.method_8300(PlayerEntity playerEntity, class_4472<?> class_4472, int int2) voidStatHandler.method_8300(PlayerEntity playerEntity, class_4472<?> class_4472, int int2) voidStatHandler.method_8302(PlayerEntity playerEntity, class_4472<?> class_4472, int int2)