Class SpeakersImpl
java.lang.Object
com.codinglitch.simpleradio.radio.SpeakersImpl
- All Implemented Interfaces:
RouterHolder<Speaker>,Speakers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()contents()voidget()get(WorldlyPosition location) get(net.minecraft.world.entity.Entity owner) getOrCreate(WorldlyPosition location) getOrCreate(WorldlyPosition location, @Nullable UUID id) getOrCreate(net.minecraft.world.entity.Entity owner) getOrCreate(net.minecraft.world.entity.Entity owner, @Nullable UUID id)
-
Constructor Details
-
SpeakersImpl
public SpeakersImpl()
-
-
Method Details
-
garbageCollect
public void garbageCollect() -
close
public void close() -
get
- Specified by:
getin interfaceRouterHolder<Speaker>
-
contents
- Specified by:
contentsin interfaceRouterHolder<Speaker>
-
get
- Specified by:
getin interfaceRouterHolder<Speaker>
-
get
- Specified by:
getin interfaceRouterHolder<Speaker>
-
get
- Specified by:
getin interfaceRouterHolder<Speaker>
-
get
- Specified by:
getin interfaceRouterHolder<Speaker>
-
getOrCreate
public RadioSpeaker getOrCreate(net.minecraft.world.entity.Entity owner, @Nullable @Nullable UUID id) - Specified by:
getOrCreatein interfaceRouterHolder<Speaker>
-
getOrCreate
- Specified by:
getOrCreatein interfaceRouterHolder<Speaker>
-
getOrCreate
- Specified by:
getOrCreatein interfaceRouterHolder<Speaker>
-
getOrCreate
- Specified by:
getOrCreatein interfaceRouterHolder<Speaker>
-
register
- Specified by:
registerin interfaceRouterHolder<Speaker>
-