Uses of Interface
net.minecraft.class_3604
Packages that use class_3604
Package
Description
-
Uses of class_3604 in net.minecraft
Classes in net.minecraft that implement class_3604Modifier and TypeClassDescriptionclassclass_3592<T>classclass_3603<T>classclass_3789<T>classclass_4442<T>Fields in net.minecraft declared as class_3604Modifier and TypeFieldDescriptionprivate final class_3604<Block>class_4441.field_21859private final class_3604<Fluid>class_4441.field_21860Fields in net.minecraft with type parameters of type class_3604Modifier and TypeFieldDescriptionprivate final Function<BlockPos,class_3604<T>> class_4442.field_21861Methods in net.minecraft that return class_3604Modifier and TypeMethodDescriptionclass_4441.getBlockTickScheduler()class_4441.method_16340()class_3781.method_17011()class_3781.method_17012()Methods in net.minecraft with parameters of type class_3604Modifier and TypeMethodDescriptionvoidclass_3789.method_17149(class_3604<T> class_3604, Function<BlockPos, T> function) Constructor parameters in net.minecraft with type arguments of type class_3604 -
Uses of class_3604 in net.minecraft.client.world
Methods in net.minecraft.client.world that return class_3604 -
Uses of class_3604 in net.minecraft.world
Methods in net.minecraft.world that return class_3604 -
Uses of class_3604 in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as class_3604Modifier and TypeFieldDescriptionprivate final class_3604<Block>Chunk.field_18894private final class_3604<Fluid>Chunk.field_18895Methods in net.minecraft.world.chunk that return class_3604Constructors in net.minecraft.world.chunk with parameters of type class_3604ModifierConstructorDescriptionChunk(World world, int int2, int int3, Biome[] biome, class_3790 class_3790, class_3604<Block> class_3604, class_3604<Fluid> class_36042, long long2)