Uses of Record Class
net.minecraft.class_9298
Packages that use class_9298
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9298 in net.minecraft
Fields in net.minecraft declared as class_9298Fields in net.minecraft with type parameters of type class_9298Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9298> class_9298.field_49363static final PacketCodec<RegistryByteBuf, class_9298> class_9298.field_49364static final class_9331<class_9298> class_9334.SUSPICIOUS_STEW_EFFECTSMethods in net.minecraft that return class_9298 -
Uses of class_9298 in net.minecraft.block
Fields in net.minecraft.block declared as class_9298Fields in net.minecraft.block with type parameters of type class_9298Modifier and TypeFieldDescriptionprotected static final com.mojang.serialization.MapCodec<class_9298> FlowerBlock.STEW_EFFECT_CODECMethods in net.minecraft.block that return class_9298Modifier and TypeMethodDescriptionprotected static class_9298FlowerBlock.createStewEffectList(RegistryEntry<StatusEffect> effect, int duration) FlowerBlock.getStewEffects()SuspiciousStewIngredient.getStewEffects()Constructors in net.minecraft.block with parameters of type class_9298ModifierConstructorDescriptionFlowerBlock(class_9298 class_9298, AbstractBlock.Settings settings) WitherRoseBlock(class_9298 class_9298, AbstractBlock.Settings settings) -
Uses of class_9298 in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as class_9298Methods in net.minecraft.entity.passive that return types with arguments of type class_9298Modifier and TypeMethodDescriptionprivate Optional<class_9298> MooshroomEntity.getStewEffectFrom(ItemStack flower) -
Uses of class_9298 in net.minecraft.village
Fields in net.minecraft.village declared as class_9298Modifier and TypeFieldDescriptionprivate final class_9298TradeOffers.SellSuspiciousStewFactory.stewEffectsConstructors in net.minecraft.village with parameters of type class_9298ModifierConstructorDescriptionSellSuspiciousStewFactory(class_9298 class_9298, int experience, float multiplier)