Interface IEtheriumConsumer
public interface IEtheriumConsumer
Interface for etherium consumers to implement.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbindProvider(net.minecraft.core.BlockPos pos) Binds a new provider to this consumer.
-
Method Details
-
getBoundProviders
List<IEtheriumProvider> getBoundProviders()- Returns:
- A list of etherium providers that are bound to this consumer.
-
bindProvider
void bindProvider(net.minecraft.core.BlockPos pos) Binds a new provider to this consumer.- Parameters:
pos- The position of the provider to bind to this consumer.
-